Thread
:
Accessing Folder without Zend
View Single Post
#
4
(
permalink
)
05-08-2008, 02:31 PM
bennell
Junior Member
Join Date: May 2008
Posts: 12
If you use the following .htaccess file, it will only rewrite the url if the file you browse to doesn't exist
RewriteEngine on
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1
bennell
View Public Profile
Send a private message to bennell
Find all posts by bennell