You don't have permission to access /dir/ on this server: Solved
Solution:
you will find the apache configuration file probably here:
+ .../httpd/conf/httpd.conf
+ Using an editor like Notepad, edit the httpd.conf file, find a line like this:
DirectoryIndex index.html index.html.var
+ Add index.php:
DirectoryIndex index.html index.php index.html.var
and save
+ Restart your apache webserver and done.
0 comments:
Post a Comment