Forum Moderators: phranque
Ive looked into the httpd.conf file and have :
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
# Options FileInfo AuthConfig Limit
#
AllowOverride All
Should the above <Directory /> have AllowOverride set to All aswell?
thanks
Jim