Share Pastebin
Guest
Public paste!

michael

By: a guest | Apr 10th, 2008 | Syntax: None | Size: 0.23 KB | Hits: 142 | Expires: Never
This paste has a previous version, view the difference. Copy text to clipboard
  1. Options +FollowSymLinks
  2. RewriteEngine on
  3. RewriteCond %{HTTP_HOST} !^(www.)neuedomain.com
  4. RewriteRule ^spezialfall/$  http://neuedomain.com/andererordner/spezialfall/ [L,R=301]
  5. RewriteRule (.*) http://neuedomain.com/$1 [R=301,L]