Installation » Other questions
My server does not start the index.php of the script
Please check, if you have a index.htm or index.html file located in the main directory of your server. The server will normally start thes files first. If you delete them, the server will start automatically the file index.php. (Do NOT delete the index.php of the script!)
If not, your server needs to know, that he has to take the index.php as startpage. You can do this by copying the following .htaccess file to your servers main directory. It is a simple textfile, which only contains the line:
DirectoryIndex index.php
You can download the .htacces file here.
Last update: 2006-01-12 22:42
Author: Markus
Print this record
Send to a friend
You cannot comment on this entry