The settings take place in the httpd.conf file in the C:\Program Files\Apache Software Foundation\Apache2.2\conf folder. When the file is modified, Apache must be restarted in order to apply the changes. |
| | 1. The top most folder of WEB page files is defined in the DocumentRoot line.
2. If indexes is removed, the contents of the web page folders can not be viewed when index.html file does not exist.
3. In the DirectoryIndex line, WEB page file names are defined. More file names can be written by seperating spaces. For example: DirectoryIndex index.html index.htm default.htm ... |
| | Add index.php (or any prefered file name) into the DirectoryIndex line.
Save the file and quit. |
|