NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
gt11990
Nov 08, 2016Aspirant
web server Directory access is forbidden.
Hi guys i am trying to set up a simple webserver but i cannot install anything as i get the following error when i try to Directory access is forbidden. also phpmyadmin throws me the foll...
tjsnow
Dec 05, 2016Aspirant
I have no idea why this happens, but I have had the same problem since day one. You need to midfy a permissions setting in apache. Afte I did this, it solved all my problems... I find I have to do this after each readynas update, still have never figured out why I am in this boat.
Connect to the box via SSH (putty)
1. Edit /etc/frontview/apache/shares.conf (modify location setting)
Replace this-------------------------
<Location "/web">
Options Indexes
Order allow,deny
Allow from all
Options -ExecCGI
AllowOverride None
</Location>
With This ------------------------------------
<Location "/web">
Options Indexes FollowSymLinks SymLinksIfOwnerMatch
Order allow,deny
Allow from all
Options -ExecCGI
AllowOverride None
</Location>
2. Restart apache
apachectl restart
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!