Hello, I have a search engine script and when you use special characters like &,!,;,: in the search box the characters are used in the URL. I want someone to disable those characters from the URL. For example If I search - "Digital, Point" it automatically eliminates the special character(comma in this case) from the URL and the end url is site.com/Digital_Point.html and not site.com/Digital,Point.html. Currently it is done in a way that it shows site.com/Digital,Point.html. Let me know