Return to Snippet

Revision: 4816
at January 22, 2008 01:19 by cyrilbatillat


Initial Code
RewriteEngine On

# this is a recommended ZFW handler
RewriteRule !\.(js|ico|gif|jpg|png|css|zip|gz|html|xml)$ index.php

Options -Indexes
DirectoryIndex index.php

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

Initial Description


Initial Title
Zend Framework htaccess

Initial Tags


Initial Language
PHP