Hi, I need to display page url like www.domain.com/page-url.html. If i use {$base_uri}{$request_uri} then result is www.domain.com//page-url.html , having an additional [ un-needed ] slash "/"
Is there a solution ?
What I want to achieve is to display friendly url and mark every page wit...