Viewing 1 replies (of 1 total)
  • The problem is your webserver sees the directory but forbids you to list its contents. It must have a file to open like index.html

    Simply create a file called .htaccess in your root directory or edit the one already there if there is one (the full stop before the filename is important). Place the following content in the file before saving:

    DirectoryIndex index.html

    You should now be able to browse your site as when a directory is served up index.html will be appended.

    Hope it solves it for you.

Viewing 1 replies (of 1 total)
  • The topic ‘Access forbidden error’ is closed to new replies.