Zend Framework 1.8 htaccess


/ Published in: Apache
Save to your folder(s)



Copy this code and paste it in your HTML
  1. SetEnv APPLICATION_ENV development
  2.  
  3. php_flag magic_quotes_gpc off
  4.  
  5. RewriteEngine On
  6. RewriteCond %{REQUEST_FILENAME} -s [OR]
  7. RewriteCond %{REQUEST_FILENAME} -l [OR]
  8. RewriteCond %{REQUEST_FILENAME} -d
  9. RewriteRule ^.*$ - [NC,L]
  10. RewriteRule ^.*$ index.php [NC,L]

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.