View previous topic :: View next topic |
Author |
Message |
Highlands Guru
Joined: 22 Apr 2003 Posts: 366 Location: Sundsvall, Sweden
|
|
Back to top |
|
|
Shaoken n00b
Joined: 05 Jun 2003 Posts: 65
|
Posted: Mon Jun 09, 2003 5:35 pm Post subject: |
|
|
Code: | nano /etc/apache2/conf/commonapache2.conf
| (or you httpd.conf if you have apache 1.3.27)
find the line :
Code: | <IfModule mod_dir.c>
DirectoryIndex index.html index.html.var index.php index.php3 index.shtml i$
</IfModule>
|
and place index.php in first (of tape it) |
|
Back to top |
|
|
|