Welcome Guest, Not a member yet? Register   Sign In
Still with index.php problem
#14

[eluser]Colin Williams[/eluser]
See above. You should have AllowOverride All for your directory. You can do this in any config file (httpd.conf will work)

Code:
<Directory "C:/local/htdocs">
    AllowOverride All
</Directory>

Try that at the least. Your httpd.conf should already have a directive for your doc root, so just modify the one that's there.

http://httpd.apache.org/docs/2.0/mod/cor...owoverride

Quote:When this directive is set to None, then .htaccess files are completely ignored. In this case, the server will not even attempt to read .htaccess files in the filesystem.

When this directive is set to All, then any directive which has the .htaccess Context is allowed in .htaccess files.


Messages In This Thread
Still with index.php problem - by El Forum - 01-27-2009, 10:10 AM
Still with index.php problem - by El Forum - 01-27-2009, 01:35 PM
Still with index.php problem - by El Forum - 01-27-2009, 02:59 PM
Still with index.php problem - by El Forum - 01-28-2009, 10:17 AM
Still with index.php problem - by El Forum - 01-28-2009, 10:40 AM
Still with index.php problem - by El Forum - 01-28-2009, 10:41 AM
Still with index.php problem - by El Forum - 01-28-2009, 10:45 AM
Still with index.php problem - by El Forum - 01-28-2009, 10:54 AM
Still with index.php problem - by El Forum - 01-28-2009, 10:58 AM
Still with index.php problem - by El Forum - 01-28-2009, 11:11 AM
Still with index.php problem - by El Forum - 01-28-2009, 11:28 AM
Still with index.php problem - by El Forum - 01-28-2009, 11:34 AM
Still with index.php problem - by El Forum - 01-28-2009, 11:45 AM
Still with index.php problem - by El Forum - 01-28-2009, 11:46 AM
Still with index.php problem - by El Forum - 01-28-2009, 12:00 PM
Still with index.php problem - by El Forum - 01-28-2009, 12:05 PM
Still with index.php problem - by El Forum - 01-28-2009, 12:13 PM
Still with index.php problem - by El Forum - 01-28-2009, 12:29 PM
Still with index.php problem - by El Forum - 01-28-2009, 12:30 PM
Still with index.php problem - by El Forum - 01-28-2009, 12:33 PM
Still with index.php problem - by El Forum - 01-28-2009, 12:35 PM
Still with index.php problem - by El Forum - 01-28-2009, 12:47 PM



Theme © iAndrew 2016 - Forum software by © MyBB