PDA

View Full Version : Making your .htaccess work


heracleitus_16
09-10-2005, 04:46 AM
In your /etc/httpd/conf directory there should be somthing called access.conf or some version have it under a name called vhosts

Adding the following into the conf will allow your htaccess to run properly

<Directory /link/to/folder>
AllowOverride All
Options All
</Directory>

Hope this helps :)