Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+2 votes
330 views
in Q2A Core by
I need redirect questions what are deleted. I need to redirect it to HP. How to do that?

for example
from:

http://www.question2answer.org/qa/63936/i-cannot-give-redirect-url-at-live-and-yahoo-developer

to:

http://www.question2answer.org/

Thanks

1 Answer

0 votes
by

hi! You can redirect old pages to new ones editing your .htaccess file.

If it's permanent and you won't use the old page anymore you can create a 301 redirect by adding the following to your htaccess file:

redirect 301 /oldlink https://yoursitelink.com/yourdesirednewlink/

...