Zend Framework htaccess


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



Copy this code and paste it in your HTML
  1. RewriteEngine On
  2.  
  3. # this is a recommended ZFW handler
  4. RewriteRule !\.(js|ico|gif|jpg|png|css|zip|gz|html|xml)$ index.php
  5.  
  6. Options -Indexes
  7. DirectoryIndex index.php

URL: http://www.blognote-info.com/index.php?2007/03/21/556-zend-framework-et-htaccess

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.