- Impact
- 52
Suppose I have a website at abc.com and I want to move it to nbc.com. If I want to redirect the traffic coming from links to various pages on the old site, what htacess command can I use?
I would like the first portion of the URL, containing the domain name, to be rewritten without changing the details that follow the domain.
Basically, it is the same server, just new domain with same folders as were located on the old domain.
I found this command but wanted to make sure this will work:
Redirect /olddirectory http://newdomain.com/newdirectory/
Thank you for your help.
-website noob
I would like the first portion of the URL, containing the domain name, to be rewritten without changing the details that follow the domain.
Basically, it is the same server, just new domain with same folders as were located on the old domain.
I found this command but wanted to make sure this will work:
Redirect /olddirectory http://newdomain.com/newdirectory/
Thank you for your help.
-website noob








