Appearance
403 Forbidden
A 403 error indicates that the server understands the request but refuses to authorize it.
Common Causes
- You do not have a valid index file.
- You do not have permission to access the requested resource.
No valid index file
If you do not have a valid index file, the server will return a 403 error.
By default, the server will look for the following index files in this order:index.php index.html index.htm index2.html
Please make sure that in each directory you have at least one of these files. If you do not have any of these files, please create one and upload it to your server.
Alternatively, you may change the default index file by creating a .htaccess file in your htdocs directory with the following content:
apache
DirectoryIndex index.html your_index_file_name.ext