I need your help
I moved my website from domain
I have lots of pdf document with link
Whenever a user click on the above link, I would like to automatically redirect all the PDF file.
http://www.example.com/documents/news/test.pdf
to
http://oldwebsite.example.com/documents/news/test.pdf
http://www.example.com/documents/news/onetest.pdf
to
http://oldwebsite.example.com/documents/news/onetest.pdf
I am using an apache server with PHP.
Thanks for your help
Tairon
2
Answers
You can do this redirect old website to new website by .htaccess file. You need to update you .htaccess file in your old website folder
Quite easy, just use mod_rewrite. There are thousands of tutorials on the web.