Advertise here: Contact FM.
<VirtualHost *:80>
DocumentRoot /www/docs/norobots
common
...
</VirtualHost>
RewriteEngine on
Options -Indexes
# If domain name != 'www.metafilter.com' and requested file != 'robots.txt' then
# redirect with 301 code to www.metafilter.com
RewriteCond %{HTTP_HOST} !^www\.metafilter\.com$ [nocase]
RewriteCond %{REQUEST_URI} !^/robots.txt$ [nocase]
RewriteRule ^(.*)$ http://www.metafilter.com/$1 [redirect=301,last]
posted by dash_slot- at 5:05 AM on March 19, 2006