> 9. Has a robots.txt > You may have a lot of things you do not want the world to know about. (Eg user uploaded media). Use robots.txt to hide them from search engines. That's not what a robots.txt file is for. It doesn't hide files, if anything it makes files that you don't want the world to know about easier to find.
True, what I want to say is. If you have a ton of user uploaded media (and such), you probably want to not want SE to index everything. (For example to save bandwidth). I should probably re-word that line, but I dont want to get too technical.
The quick website launch checklist
11–20 of 48 posts
Re: The quick website launch checklist
#12pingdom store passwords in plaintext: http://news.ycombinator.com/item?id=2865206
That's ugly. But who cares? A sophisticated user (read, anyone using Pingdom) won't be using the same password for their Pingdom account and their email. Though the consequences if they did would be ugly.
Re: The quick website launch checklist
#13Re: The quick website launch checklist
#14Sending an email on an error might be a bad idea. We had this set up on a server that powers an API (along with our main site). During a network problem in the data center where the server could not get to the mysql, we had about 10,000 requests on the sever = 10,000 emails = the outlook guys having to reboot the exchange server because of some odd interaction with their spam filtering appliance.
Re: The quick website launch checklist
#15SQLInjections etc? You need to have that covered more than the rest in my opinion.
Re: The quick website launch checklist
#16Re: The quick website launch checklist
#17Good list, but what about security? SQLInjections etc? You need to have that covered more than the rest in my opinion.
Re: The quick website launch checklist
#18Sending an email on an error might be a bad idea. We had this set up on a server that powers an API (along with our main site). During a network problem in the data center where the server could not get to the mysql, we had about 10,000 requests on the sever = 10,000 emails = the outlook guys having to reboot the exchange server because of some odd interaction with their spam filtering appliance.