| bio | website | serverfault.com |
|---|---|---|
| location | Manchester, NH | |
| age | ||
| visits | member for | 10 months |
| seen | May 15 at 22:38 | |
| stats | profile views | 3 |
I enjoy long moonlit walks on the beach, nginx, and IPv6.
|
May 15 |
comment |
ipv6 traffic peaks every 2 at same value What's in your logs? An IPv6 request should stand out like a sore thumb. Anyway, this level of traffic is so trivially low that I would probably not worry about it much. |
|
May 13 |
awarded | Caucus |
|
May 13 |
awarded | Constituent |
|
Apr 16 |
comment |
What are the most commonly used and basic Apache htaccess redirects? Related: Everything You Ever Wanted to Know about Mod_Rewrite Rules but Were Afraid to Ask? |
|
Apr 16 |
comment |
what would happen to my domains if my domain provider company bankrupted @tugberk I had domains with RegisterFly at the time they went under. My service was never interrupted and was successfully transferred to GoDaddy. (Though I'd gone to RegisterFly to get away from GoDaddy, but that's another story...) |
|
Apr 16 |
awarded | Commentator |
|
Apr 16 |
comment |
Choosing which domain to secure Depending on who you buy your certificate from, they may give you the naked domain as a subject alternate name for free. So if you buy www.example.com you may get a certificate that covers both www.example.com and example.com. |
|
Apr 16 |
comment |
Should I include “www” in my canonical URLs? What are the pros and cons? This answer is becoming obsolete now that RFC 6265 is more widely implemented. (It did not exist at the time this answer was written, though.) |
|
Apr 16 |
comment |
Should I include “www” in my canonical URLs? What are the pros and cons? You can't do this because Blogger hosting on a custom domain is done using a CNAME to ghs.google.com, and the naked domain can't be a CNAME. |
|
Apr 15 |
comment |
How can I browse the Web blind for a day? Your link to Browse Blind seems to be broken. |
|
Apr 15 |
answered | Tactics for dealing with misbehaving robots |
|
Apr 14 |
answered | GWT: reporting crawling errors for non existing links |
|
Apr 14 |
answered | Domain migration and duplicate content/index issue |
|
Apr 14 |
comment |
Should I depaginate my webpages? What is the best usability? Related to this, you can put the entire text on a single page, and then use Javascript to paginate it, e.g. jQuery pagination. Search engines and users both win! More info can be found on Stack Overflow or Google. |
|
Apr 4 |
comment |
What are the reasons not to use a .us domain name?.au has the same problem if you aren't Australian. |
|
Apr 2 |
awarded | Supporter |
|
Apr 2 |
comment |
What is the safest way to search for domain names availability? Using the whois command, I have never had a domain name swiped from me in this manner. So this works. |
|
Mar 8 |
comment |
Google indexed my site through a subdomain, how to fix? This looks like a question for our sister site Webmasters. |
|
Mar 5 |
awarded | Citizen Patrol |
|
Oct 15 |
comment |
Google bots are severely affecting site performance 30 seconds? 86400 / 30 is 2880, the maximum number of pages a bot could crawl in a day if it obeys that directive. It could work, but you're probably going to end up with a lot of un-indexed pages. And there's more than one bot out there, so it doesn't solve the underlying performance problem. |