12 lines
No EOL
278 B
ApacheConf
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 |