quote:
Originally posted by John Anderton
Why not have a simple .htaccess put into http://shoutbox.menthix.net?
code:
Options +FollowSymLinks
RewriteEngine on
RewriteRule ^(.*)$ http://shoutbox.menthix.net/$1 [L,R=301]
Pfft, wasting previous server resources. How about...
code:
Redirect 301 / http://shoutbox.menthix.net/
Much nicer.
Done.