My mind is about to explode from all the different variations of the same URL my site will let you display.
Ok so to give you an idea the URL i want to display is for example:
www.example.com/activity/advert1.html
However my site will also display the exact same page with the following URL:
www.example.com/activity/Advert1.html
I asked my web developer to make it so that if sometime types the URL in with the capital A it redirects to the lowercase version which he has done sucsessfully.
However the site will still display the URL on almost any upper and lower case variation, for example:
www.example.com/activity/aDvert1.html
www.example.com/Activity/advert1.html
www.example.com/acTivity/advErt1.html
There has got to be a simpler solution that automatically 301s the incorrecet variations to your preffered solution?
please help!









