rain13 7 Posted June 29, 2016 Report Share Posted June 29, 2016 Ok after over hour of googling I decided to post here.I getForbiddenYou don't have permission to access /test.php on this server.Apache/2.4.18 (Ubuntu) Server at localhost Port 80 in my apache2.conf is:<Directory /> Options FollowSymLinks AllowOverride None Order allow,deny Require all granted Allow from all</Directory> in my 00-default.conf I have DocumentRoot /home/rain/www/ <Directory /home/rain/www/> Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny allow from all </Directory>What do I need to do to get access? Quote Link to post Share on other sites
justsomeguy 1,135 Posted June 29, 2016 Report Share Posted June 29, 2016 Check the permissions for the folder and file to make sure that the process that Apache runs under has permission to read everything. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.