That happens when I load the localhost.
This is what is in my apache config file (/etc/apache2/sites-available/default.txt) :
<Directory /home/matrix001/Public>
Options +Indexes FollowSymLinks +ExecCGI
AllowOverride AuthConfig FileInfo
Order allow,deny
Allow from all
</Directory>
That is the permission for the folder:
drwxr-xr-x 2 matrix001 matrix001 4096 Aug 25 18:05 Public
Everything seems to be right. So why do I get this error?
ps. I am on linux. I have also tried many of the solutions on the web ..but found nothing that worked
This works:
file:///home/matrix001/Public/index.html
This doesnt:
http://localhost/index.html