NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.

Forum Discussion

gt11990's avatar
gt11990
Aspirant
Nov 08, 2016

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 following error 

 

please create web server writable folder config in phpMyAdmin top level directory

 

does anyone know how i can access the root to enable directory access and configure the config file

 

does anyone know how to achive this 

2 Replies

Replies have been turned off for this discussion
  • 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
  • FramerV's avatar
    FramerV
    NETGEAR Employee Retired

    Hi gt11990,

     

    Let us wait for someone in the community who might had experience with the installation. You could also get in touch with the developer of the app for further instruction.

     

    If in case you need it, below is a link on how we setup a personal web server on the ReadyNAS.

     

    ReadyNAS OS 6: Create a personal webserver

     

     

    Regards,

NETGEAR Academy

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

Join Us!

ProSupport for Business

Comprehensive support plans for maximum network uptime and business peace of mind.

 

Learn More