rain13 Posted June 29, 2016 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? Link to comment Share on other sites More sharing options...
justsomeguy Posted June 29, 2016 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. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now