Welcome Guest, Not a member yet? Register   Sign In
Problem with .htaccess on localhost
#6

[eluser]Crafter[/eluser]
Check your default apache configuration. It's quite possible that Apache does not allow you to use an .htaccess file.

You need to have something like
Code:
<Directory /website/rootdir/>
                ...
                # AllowOverride None  <-- This is the default. Set it as below
                AllowOverride All
                ...
</Directory>


Messages In This Thread
Problem with .htaccess on localhost - by El Forum - 09-05-2008, 05:30 PM
Problem with .htaccess on localhost - by El Forum - 09-06-2008, 03:56 PM
Problem with .htaccess on localhost - by El Forum - 09-06-2008, 06:38 PM
Problem with .htaccess on localhost - by El Forum - 09-06-2008, 06:51 PM
Problem with .htaccess on localhost - by El Forum - 09-07-2008, 02:06 AM
Problem with .htaccess on localhost - by El Forum - 09-07-2008, 04:54 AM



Theme © iAndrew 2016 - Forum software by © MyBB