Why do htaccess fail to work?
Well for all of you that are still trying to find out how come your htaccess does not work, try looking at the /etc/httpd/conf directory.
You wll have to add the following to your access.conf or your vhost1 file before it will start to load properly.
<Directory /link/to/directory>
AllowOverride All
Options All
</Directory>
|