removing multiple groups of slashes everywhere in URL in .htaccess
问题 I currently have a website where guests are able to access each url with any number of slashes to separate folder names. For example, if a URL is supposed to be: http://example.com/one/two/three/four Then users could access the same page via any of the following: http://example.com/one//two///three////four///// http://example.com/one/two////three/four///// http://example.com///one///////////two////three/four/ http://example.com///////////one///////////two/three/four However, I want the above