In this tutorial learn how to Converts double slashes in a string to a single slash, except those found in http:// ,
http://www.example.com//index.php
becomes:
http://www.example.com/index.php
Tutorial
http://www.example.com//index.php
becomes:
http://www.example.com/index.php
Tutorial