Hi, I am building a Website, And would like to Stop Users Accessing my Website, till i Compltelty Fix my website and make decision on Go Live. How to do this ? I am using PHP, APACHE
You can put this in your .htaccess file if you have a static IP. Replace the xxx... with your IP. order deny,allow deny from all allow from xxx.xxx.xxx.xxx Code (markup):