Advertisement
Guest User

michael

a guest
Apr 10th, 2008
490
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  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]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement