seinheit.ch/public/.htaccess
2011-04-08 03:27:38 +12:00

9 lines
No EOL
259 B
ApacheConf

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ index.php [NC,L]
php_flag magic_quotes_gpc 0
php_value error_reporting 6143