News:

The "Support Requests" forum is now viewable by guests.

Main Menu

File Priority

Started by Prosis, January 18, 2006, 05:59:51 PM

Previous topic - Next topic

Prosis

I was just wondering, I'm setting up a wordpress blog but I want it to be unveiled when it's done.  So I have made an index.html file saying "come back later".  But the wordpress script has an index.php and it has priority on the html.  Any way of changing that?

sixthcrusifix

Quote from: Prosis on January 18, 2006, 05:59:51 PM
I was just wondering, I'm setting up a wordpress blog but I want it to be unveiled when it's done.  So I have made an index.html file saying "come back later".  But the wordpress script has an index.php and it has priority on the html.  Any way of changing that?

nope, maybe with .htaccess.

you could just rename the php file for now until it's done, unless you need it. In which case . . . .I dunno what does the index.php file do???
Visite me website at http://www.sixthcrusifix.com

x

in .htacces you can put a line that is something like DirectoryIndex index.html and that should solve your problems.

you'll have to google it to make sure thats the right code

Evilsprouts

Stick "DirectoryIndex index.html" into your .htaccess file without the quotes I think that should work.

Prosis