/ Published in: Apache
Expand |
Embed | Plain Text
SetEnv APPLICATION_ENV development php_flag magic_quotes_gpc off RewriteEngine On RewriteCond %{REQUEST_FILENAME} -s [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^.*$ - [NC,L] RewriteRule ^.*$ index.php [NC,L]
You need to login to post a comment.
