quote:
Originally posted by -!Felu!-
quote:
Originally posted by alexp2_ad
Create a file called .htaccess and in it write:
code:
RewriteEngine On
Options +FollowSymlinks
RewriteRule ^(.*)$ http://abc.def.com/$1 [r=301,nc]
Assuming it's an apache server, that'll work.
Edit: Oh, and put it in the place you're redirecting from. ![[Image: msn_wink.gif]](http://shoutbox.menthix.net/images/smilies/msn_wink.gif)
Where to put the place i'm redirecting from?
Put it in the place where the files would go... if you wanted it to redirect from
http://mno.def.com/ then put it in the directory for that.