PDA

View Full Version : Question about F2S



Akalon
September 19th, 2001, 21:07
How do you make the default page go to index.php not index.html? I've got an index.php page and everytime I go to my site it comes up with that welcome message (welcome.html), although I've deleted it.

Thanks

rapmaster
September 19th, 2001, 21:16
since u cannot make index.php your main page do this, Edit the index.html into a frameset like this.....

<frameset rows=100%,* border=0>
<Frame src=index.php scrolling="yes,no,auto or whatever">
</frameset>


that should do it, you'll wanna make the title on this page too or else it will just show the url.

Bruce
September 19th, 2001, 21:27
Or even better...

Just upload an .htaccess file to your root directory


DirectoryIndex index.php

Akalon
September 19th, 2001, 21:33
Thanks, I'd prefer to use Phrozen's way though :D

Akalon
September 19th, 2001, 21:38
Hey, can you check it... I uploaded the .htaccess file but it is still going to the welcome page. Maybe its loading from my cache? The URL is http://www.digital1.f2s.com

Thanks

Bruce
September 19th, 2001, 21:51
Works fine for me. It must be your cache.

Akalon
September 19th, 2001, 21:54
OK, thanks :)