in the file manager i was wondering how do i change the page that first comes up when i enter my domains name
ex.. randomsite.pcriot.com
and a page you dont want to show up is displayed
in the file manager i was wondering how do i change the page that first comes up when i enter my domains name
ex.. randomsite.pcriot.com
and a page you dont want to show up is displayed
You would name that file index.html
well i supposed that would work but i already have a index.php
i just cant change my index.php cause all my pages are linking into it and i dont feel like changing the code on each of them
Create a .htaccess file. Make sure you have view hidden files turned on.
Then put the following in it.
DirectoryIndex filename.html
Replace filename.html with the name of the file you want as your default page.
Last edited by Christopher; 08-30-2007 at 10:51 PM.
I have create a .htaccess page and put it in my public_html folder
In .htaccess I put
Only.DirectoryIndex index.php
I still cant see my index.php page.
I require this for SMF
Edited to say that the problem has been fixed. I left it overnight and in the morning it was working fine.
:lockd:
Last edited by eoghan; 09-11-2007 at 10:34 AM.