By igorjava on
Hi everyone,
I am trying to have users redirected to the correct page even if they type URL
with small letters instead of capitals for example....
If they type www.something.com/site
instead of www.something.com/SITE
they should be redirected to www.something.com/SITE.
I try to do CheckSpelling On my htaccess file but that didnt work.
Does anyone have any suggestions?
Thank you
Comments
Just a wild guess
Maybe http://drupal.org/project/path_redirect ? It only has a dev version for 6.x, so try it out thorougly on a test site first.