I’ve been tasked to clean up 30,000 or so url errors left behind from an old website as the result of a redesign and development.
I normally use .htaccess to do this, but I doubt it would be wise to have 30,000 301 redirects inside the .htaccess file!
What methods have some of you used to solve this problem?
Thanks in advance.
Thanks for help guys. I’ve carried out the suggested course of action from freedev but have created a separate config file within Apache.
Within the httpd.conf file I have added:
The map.conf file:
The map.map file is formatted as:
I’ve added quite a few of the urls for the redirection and so far so good, it isn’t having a massive impact on the server like it did when added to .htaccess