Hi there, thanks for this add-on which seems to solve some of the mess i had with the default URLs.
I keep getting one problem and maybe it could be solved by editing rewrites or something else along this mod ?
My Unregistered user is being redirected from
http://www.example.com to
http://www.example.com/content/
In fact the "Home section" leads to this /content/ whereas i would like it to be clean (root).
Which basically means i have no canonical URL to share.
The only place i can see i could edit is here but it says "leave them as are":
Code:
#these rules can't be edited by my mod, so leave them as are.
RewriteRule ^content/(.*) content.php?r=$1&%{QUERY_STRING}
RewriteRule ^widget/config/([0-9]+) widget.php?r=config/$1&%{QUERY_STRING}
RewriteRule ^list/([^/]*/)([0-9]+) list.php?r=$1$2&%{QUERY_STRING}
Or maybe there is something i should add to .htaccess at root ?
Any idea ? Thanks for your attention and keep up the good work :up: