Guest_imported
New member
- Jan 1, 1970
- 0
I have set up a symbolic link within one of my directories to point to another directory.
When trying to access this directory via a browser i get an 403 Forbidden error message.
I have included in my access.conf file the following:
<Directory /usr/local/httpd/htdocs>
Options Indexes Includes FollowSymLinks
order allow,deny
allow from all
AllowOverride None
</Directory>
I have restarted the httpd server but with no luck.
Any ideas???
When trying to access this directory via a browser i get an 403 Forbidden error message.
I have included in my access.conf file the following:
<Directory /usr/local/httpd/htdocs>
Options Indexes Includes FollowSymLinks
order allow,deny
allow from all
AllowOverride None
</Directory>
I have restarted the httpd server but with no luck.
Any ideas???