Quote Originally Posted by conor View Post
Hi,



It doesn't do that. You'd have to modify the autogeneration function to have it add it.

The file this is in is

admin\includes\functions\extra_functions\ceon_uri_mapping.php

A simple way would be to change line 948 to

PHP Code:
return $uri . (substr($uri, -1) != '/' '/' ''); 
You'll have to make this change each time you upgrade the module.

All the best..

Conor
ceon

Thank you Conor for you quickly help, and another question, if I'd prefer to show ".html" at the end of URI, how to? for example,

/about-us
to:
/about-us.html

thanks!