Is there an ideal way to place a disclaimer entrance page of some sort for WP once it's installed in a Root directory? Don't ask, but client is adamant about wanting this.
Is there an ideal way to place a disclaimer entrance page of some sort for WP once it's installed in a Root directory? Don't ask, but client is adamant about wanting this.
Create a static front page? Or create a plain 'ole .html disclaimer page called index.html and upload that to the same folder as WordPress. Then ensure that the .htaccess file in that folder has:
DirectoryIndex index.html index.php
at the top. That should force the server to use your .html page as the root index page.
This topic has been closed to new replies.