Ticket #779 (delayed enhancement)
Add an option to hide controller in an url generated by the 'basic_significant' engine
Description
Currently, urls generated by the 'basic_significant' engine follows the pattern :
entrypoint.php/module/controller/method?param=1&…
In real situation in can be something like that if you use the default controller:
index.php/articles/default/news?id=1&…
We should add something to remove the "default" string from this urls, it's useless !
As we spoke on irc, a good solution is to add a new section in the defaultconfig.
[basic_significant_urlengine_controller] ;for each module set if the engine have to write the controller's name in url ;by default it's on for every modules news = off shop = on
And now the new url looks like :
index.php/articles/news?id=1&…
Change History
Note: See
TracTickets for help on using
tickets.
