Questions
-
How do I redirect my old PHP website to my new Java website?
Hi Rob, I would recommend using htaccess 301 redirects. If you're not currently using htaccess you just need to create a file in your website's root folder and name it .htaccess and jsut add a 301 redirect line for each redirect that you want to do. See below for example. Redirect 301 /bootcampuk.php /bootcamps.jsp So it's Redirect 301 Old-Url New-Url Let me know if you have any questions!
Intermediate & Advanced SEO | | FrankViolette0