Forum Moderators: phranque
for example, if someone goes to [server1.com...] it would redirect him to [server2.com...]
server1.com is canonical name for server2.com and it is not working how it is suposed to work, so i want to redirect all traffic from server1.com to server2.com
TIA
you can also use
RewriteEngine On
RewriteRule /dir1/(.*) [server2...] [R]
(I haven't checked it, it may be faulty, but you have the point where you can start searching the manual)