removing a trailing slash from a filename (index.php/to index.php)
- by Steve
Hi,
I'm sure I'm missing a trick here but I can't work out how to remove the trailing slash from a file name in a URL.
My URL would be something like this:
www.mysite.com/dynamic_folder_name/index.php/
I need the URL to become
www.mysite.com/dynamic_folder_name/index.php
Any help would be appreciated.
Cheers