i can imagine that this question has been asked a billion times, but here goes...
how do I make index.php3 my default page instead of index.html?
please give me an easy walk-through of the procedure.
Thanks a million!
Sam
| SitePoint Sponsor |



i can imagine that this question has been asked a billion times, but here goes...
how do I make index.php3 my default page instead of index.html?
please give me an easy walk-through of the procedure.
Thanks a million!
Sam





Have you tried asking your host?



they have some info on it, but i want to confirm.
DirectoryIndex index.php3 index.php index.htm index.html
would do it for .php3, .php, .htm, .html
Karl Austin :: Profile :: KDA Web Services Ltd.
Business Web Hosting :: Managed Dedicated Hosting :: From £250/m
Personal Web Hosting :: Budget Web Hosting :: From £50/y
Call 0800 542 9764 today and ask about our Cloud Hosting Platform
Put this in the .htaccess file
Redirect /index.html http://www.yoursite.com/index.php3
Visit http://www.igsites.com for all your gaming needs.





No dont do that. That just takes longer redirecting the user. Karl's way is perfect though...
Bookmarks