I am trying to get a url to be redirected to another site.
For eg. http://www.abc.com/joe needs to be redirected to http://www.xyz.com/joe
where http://www.abc.com is a wordpress site.
thanks
Prady
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can do this at the web server level; WordPress isn’t involved. Add to your .htaccess:
After the “RewriteEngine On” line that’s already there because of WordPress.