X xcensus Verified User Joined Sep 4, 2003 Messages 52 Aug 27, 2004 #1 Hi, If I have a domain called say domain1.com and need that to redirect to domain2.com I know how thats done, but how do I get domain1.com/signup to redirect to domain2.com/signup etc ?
Hi, If I have a domain called say domain1.com and need that to redirect to domain2.com I know how thats done, but how do I get domain1.com/signup to redirect to domain2.com/signup etc ?
S skruf Verified User Joined Jun 3, 2004 Messages 634 Location US Aug 28, 2004 #2 Hey, Basically, the same way. Take a look here: http://httpd.apache.org/docs/mod/mod_alias.html#redirect It says: Example: Redirect /service http://foo2.bar.com/service If the client requests http://myserver/service/foo.txt, it will be told to access http://foo2.bar.com/service/foo.txt instead. David
Hey, Basically, the same way. Take a look here: http://httpd.apache.org/docs/mod/mod_alias.html#redirect It says: Example: Redirect /service http://foo2.bar.com/service If the client requests http://myserver/service/foo.txt, it will be told to access http://foo2.bar.com/service/foo.txt instead. David
X xcensus Verified User Joined Sep 4, 2003 Messages 52 Aug 28, 2004 #3 Ok, but what if I have http://www.domain.org/file.html and need that or any file contained in the link above to redirect to http://domain.com/file.html, whereas the same file is shown ?
Ok, but what if I have http://www.domain.org/file.html and need that or any file contained in the link above to redirect to http://domain.com/file.html, whereas the same file is shown ?
W wdv Verified User Joined Oct 22, 2003 Messages 153 Aug 28, 2004 #4 You can find that at Domain Redirection in DirectAdmin