Originally Posted by
dannyx
there is a minimum that should be done to make the site visible. And certainly the theme logo etc should not be visible.
Best advice I can offer... put the brakes on right now!
Add a .htaccess file to your root, in that file place a deny from all, allow from xxx.xxx.xxx.xxx (your IP only). This will prevent any IP other than your own from accessing the site. I've added the code below.
Now that your site is no longer live, and only you have access to said site, it's time to put head down and backside up. Get all the pages you intend to have operational. That would be guides, reviews etc, to begin with. You also need to signup with programs to obtain your affiliate links. Without these your a cooked-goose.
When applying for program partnership, should be a space to allow you to comment. Simply say it's a new site and not live yet, but happy to grant access if given an ip addy. It's not rocket science, I'm sure most can work it out
If an Affiliate Manager supplies you with an IP, you simply copy "allow from IP" line and past that below the other.
Code:
order allow,deny
deny from all
allow from IP
NB - remove the wording IP and replace that with your actual IP addy. Repeat with additional IP addy's. Each IP uses a separate line of code.
EG:
allow from xxx.xxx.xxx.xxx
allow from xxx.xxx.xxx.xxx
allow from xxx.xxx.xxx.xxx