I'm looking for a quick way to remove .php extension from the URL and add a backslash at the end (also known as a trailing slash).
Example:
original url: www.domain.com/contact.php
rewritten ur: www.domain.com/contact/
I've been looking online for quite sometime now and cannot find a resource that adds a "/" at the end.
Additionally I was wondering if there is any way to keep the rewrite URL in only one directory. I dont want to have have a .htaccess file in every single directory with rewrite engine turned off.



Reply With Quote
.



Bookmarks