• Like my title suggests, I have an incomplete site and I don’t want to have traffic towards my site that will never come back because of its lack of content. So, I’ve looked around, and I’m sorry if this question is posted somewhere else as well as here, and I was wondering somebody could tell me if my request is possible, and if it is, how do I do it?

    Thanks,
    Zander

Viewing 1 replies (of 1 total)
  • Hi,

    I suggest there are 2 tricks to complete your requirement..

    1) Set your index page [like index.php] as site is currently under construction..and work as your temporary index page [index1.php] and complete the site..after completion remove index.php and rename the index1.php to index.php

    2) You can also set deny all from htaccess file and set allow only for your IP address as example code here:

    <LIMIT GET>
    order deny,allow
    deny from all
    allow from xx.xx.xx.xx
    </LIMIT>

    [spam link moderated]

    Thanks,

    Shane G.

Viewing 1 replies (of 1 total)
  • The topic ‘I would like to hide my site from the public until it is completely ready’ is closed to new replies.