Creating/editing Index files in Abyss Web Server
BACK

What is an Index file?
An Index file is a default file the Webserver looks for to serve to the user. If this file exists, and no specific file is asked for, just a folder, it will be served to the user. If no Index file is found or is defined, a directory listing or error 403 is given, depending on the server's settings.

Why do I want one?
Without an Index file, your users will get an error or a directory listing. This is pointless as the user will not know what to do and will never get to see your wonderful website.

How do I make one?
Simple. Open Abyss Web Server's Console and click on the host which you would like to give/edit an Index file on. Now click "Index Files" as shown below.

You'll see the screen like this below.

Now click "Add" to get this screen.

Enter an index file name such as:
index.php
index.pl
index.cgi
index.py
index.ru
default.asp
default.aspx
(These are common examples)

Click "OK" to add the Index file. Click "OK" again and click "Restart" to confirm the changes you have made and restart the server.

Thats it!

Now when you load a folder or your URL you should be taken to the first index file in the list providing it has been found.

Finished


Related Pages