Other Stuff:
- Track (redlands)
- Follow
- Twittersearch. Embed it anywhere
- Twitterping, "ping" their web site.
- hperf (web site performance tool)
me on twitter:
@metarobert
Home of my projects:
32Hours.com
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_HOST} arlesnet.com$
RewriteRule ^(.*)$ http://robert.arlesnet.com/$1 [R=301,L]
If you want to use this for your own site, all you need to change is the domain info in the 3rd and 4th lines. Line 3 is has the domain name you want to capture. Line 4 is where you want the visitor or search engine to be directed to. The 'R=301' sets this to be a permanent change. Presumably, search engines will get the hint.