Hi Friends
Does anyone help me to remove trailing slash from the URL in magento?
currently my URL is like
http://www.websitename.com/index.php/
i want to change this URL to http://www.websitename.com/index.php
Thanks in advanced
Hi Friends
Does anyone help me to remove trailing slash from the URL in magento?
currently my URL is like
http://www.websitename.com/index.php/
i want to change this URL to http://www.websitename.com/index.php
Thanks in advanced
$url = rtrim($url, '/');