Topic awaiting preservation: htaccess issues - nothings working! |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: you tell me |
posted 05-21-2008 08:54
Hi guys I'm started to work on an application using teh zend framework and I've included an htaccess file just as how the tutorials have said to do so. But instead of working as I expect - the public folder of teh application within which I put the htaccess file is unreachable from my browser and if I try to access it I get an ugly "Internal Server Error" code: RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteRule .* index.php
quote:
|
Bipolar (III) Inmate From: you tell me |
posted 05-21-2008 09:05
Uuuuuuh.. nevermind that just remembered I had forgotten to enable rewite_mod in http.conf file of Apache ...guess I jumped too soon... |