GMgKe586q6suSQnyqZLlGCooeWM

Pages

Search

Sunday, April 10, 2011

Zend - .htaccess

RewriteEngine On
RewriteRule .* index.php

Instead of using the above .htaccess file, use this below one:
RewriteEngine On
RewriteCond $1 !^(index\.php|img/*|js/*|css/*)
RewriteRule ^(.*)$ index.php/$1 [L]
Share/Bookmark

No comments:

Post a Comment