Hi I completed a Wordpress redesign and now I have 200 pages with 404 error codes, I tried to add redirects to the .htaccess file, but this method is not working.
This is the method that I tried to use:
What am I doing wrong, do I need to add the redirect to .htaccess or OLS admin / virtual hosts?
Thank you!
This is the method that I tried to use:
Code:
RewriteRule /destination/city/coloradosprings-airport/(.+) https://website.com/coloradosprings/$1 [R=301,L]
RewriteRule /destination/city/coloradosprings-airport$ https://website.com/coloradosprings/ [R=301,L]
Thank you!
Last edited by a moderator: