My problem is I need to implement URL normalization according to wikipedia. I see few ways how to do this. The first one is to do this on the level of web application, when unnormalized url is comming in, regex checks is normalization, and in case when it's unnormalized redirect it to normalized one.

The second one, to do the same on web-server level. If there is any mod for apache or gnix which delas with it?

Thanks!

link|improve this question

60% accept rate
feedback

1 Answer

yes mod_rewrite does this

http://httpd.apache.org/docs/current/mod/mod_rewrite.html

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.