/ Published in: Apache
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
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]