View Single Post
Old 04-03-2009, 10:19 PM  
GrouchyAdmin
Now choke yourself!
 
GrouchyAdmin's Avatar
 
Industry Role:
Join Date: Apr 2006
Posts: 12,085
:stoned

Quote:
Originally Posted by V_RocKs View Post
Code:
RewriteEngine On
RewriteRule ^turd/(.+)$ http://www.adifferentdomain.com [R=301,L]
RewriteRule ^turd/$ http://www.adifferentdomain.com [R=301,L]
Code:
<IfModule mod_rewrite.c>
  RewriteEngine On
  RewriteBase /turd
  RewriteRule ^(.*?)$ http://www.adifferentdomain.com [R=301,L]
</IfModule>
__________________
GrouchyAdmin is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote