Index.html first

Hi,

I am developing a WordPress site which uses index.php as default.

I have both index.html and index.php in my root directory. Is there an easy way to use index.html (under construction page) as the default page while I develop the website? I guess I need a rewrite?

Thanks!

Simply set the index in your htaccess (assuming apache):-

DirectoryIndex index.html

Awesome! Thank you!

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.