We have a site that's always been deployed on a windows server with no case sensitivity issues. However we now need to deploy to Linux and know the site has lots of incorrectly cased URL's and references.
Are there any applications that could scan the site and fix casing issues? This would need to fix HTML files, CSS files and if possible Javascript files.
I was thinking about writing an application that for each file in the site searches all the other files to see if they referenced it then corrected any casing errors, but thought on the off chance it may already be done and I can just download a ready made solution.
Thanks Gavin