Setting Default Index Page Using .htaccess File
Posted by Ryan on Oct 3, 2009 in Company News | 0 comments Sometimes you may want to have a different page be the default index page for your site. This is particularly helpful when setting up a WordPress install that you want to work on, but aren’t ready to bring live to your site visitors. Simply go into your .htaccss file and add the follow line of code: DirectoryIndex index.html index.php Now, upload an index.html file to your server and...read more
