We Recommend

Wicked Cool PHP: Real-World Scripts That Solve Difficult Problems Wicked Cool PHP: Real-World Scripts That Solve Difficult Problems
Wicked Cool PHP contains a wide variety of scripts to process credit cards, check the validity of email addresses, template HTML, and serve dynamic images and text.


Posted By

cyrilbatillat on 01/22/08


Tagged

ZF


Versions (?)


Who likes this?

2 people have marked this snippet as a favorite

skywalker
morfin


Zend Framework htaccess


Published in: PHP 


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

  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

Report this snippet 

You need to login to post a comment.