Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 29th, 2012  |  syntax: None  |  size: 0.19 KB  |  hits: 15  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Apache - redirecting with a new domain
  2. RewriteEngine On
  3. RewriteCond %{HTTP_HOST} stuff.com
  4. RewriteRule ^(.*) %{HTTP_HOST}$1 [C]
  5. RewriteRule ^(.*)stuff.com(.*) http://$1awesome.com$2 [R,L]