How can I change the module url?
I want to change from /fuel/course to /fuel/courses
I already change the name of the module with 'module_name' option in the config file, but I also have to change it in the url.
I've already tried with the .htaccess with this rule but it doesn't work
RewriteRule fuel/courses fuel/course
I don't want to reintall all the module just for one letter. I don't know why the rule is not working or if I have to put the rule in somewhere else
Comments