I have a script i am installing on one of my sites, and it has the need to rename index to main.
However my server is not telling browsers to open main instead od index, so users are left with a blank screen.
Any solutions available?
johnnie
11:59 pm on Feb 5, 2006 (gmt 0)
You are not very specific... Which webserver do you use?
In case of apache, look up the <IfModule mod_dir.c> section of your httpd.conf. You can add main.php to the DirectoryIndex list presented there. That should do the trick.
encyclo
12:10 am on Feb 6, 2006 (gmt 0)
Welcome to the forums DonCorleone!
If you don't have root access but you are running Apache, then you can change the default directory index file in .htaccess: