seinheit.ch/public/.htaccess
2013-07-08 22:52:36 +02:00

12 lines
No EOL
278 B
ApacheConf

RewriteEngine On
RewriteBase /
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