Forum Moderators: phranque
My concern is of this, since my sites get crawled almost every day by one spider or another will I penalize myself too much. I don't want to see the search results come up showing the results for my page giving people a reason why the site is offline. Too much position to lose with the engines also is a concern.
How to handle this?
I had a few black-outs in the last few months and it always takes several days before the traffic comes back to its original levels if I am offline for a day or two. As if people thought what is offline for 2 days is offline permanently?
Once you get all your download files into one directory, you can set up a simple .htaccess redirect sending download requests to an "I'm sorry" page next time you're going over bandwidth. Upload it when needed, delete it when the bandwidth "clock" is re-set.
And next time you build a download site, plan ahead... ;)
<Files ~ "\.gif$">
order deny,allow
deny from all
</Files>
To allow Google to grab the files use this instead:
SetEnvIf User-Agent ^Google welcome
<Files ~ "\.gif$">
order deny,allow
deny from all
allow from env=welcome
</Files>
The current non-billable allocation on your server is 65 GB
The total traffic for the billing period to date is 32 GB
The calculated projection for this billing period is 128 GB
The estimated overage charge at this time is $189
Your billing date is the 23rd of each month.