Question
Error on apche2 "You don't have permission to access / on this server."
Hi all
i need you help as i face the bellow error when i change the Directory
“You don’t have permission to access / on this server.”
i change the working directory on
/etc/apache2/sites-enabled/000-default.conf
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot “/media/clerck/Downloads/”
ErrorLog ${APACHELOGDIR}/error.log
CustomLog ${APACHELOGDIR}/access.log combined
</VirtualHost>
&& /etc/apache2/apache2.conf
<Directory /home/clerck/Downloads/>
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
</Directory>
on the second file i only change the /var/www/html to the new directory
i even try to give the Directory 777 permission but still the same error
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×