Regarding the htaccess and ZF
Posted: Mon Mar 03, 2008 9:07 am
Hello:
This works fine: http://house.bornforcode.com/html/
Or this: http://house.bornforcode.com/html/index/index
But this is not working: http://house.bornforcode.com/html/login/index
My htaccess file:
RewriteEngine on
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [QSA,L]
This works fine: http://house.bornforcode.com/html/
Or this: http://house.bornforcode.com/html/index/index
But this is not working: http://house.bornforcode.com/html/login/index
My htaccess file:
RewriteEngine on
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [QSA,L]