9 lines
No EOL
259 B
ApacheConf
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 |