I have a rewrite that rewrites "/something/" to "/cgi-bin/script?q=something"
now "/something/" works, as does "/Something/", and all other combinations
is there a way to redirect "/Something/" to the all lowercase "/something/" (and let it still do the rewrite in the background)? This is just to prevent duplicate content if people start to link to the same page using different case.
Thanks