drueda
1
when I click on “home” in nabvar, it redirects me to the index: http://mywebsite.com/index.php/index/index/index/index

Why do indexes accumulate? “/index.php/index/index/index/index”???
How can I modify it, for that link to be redirected to the url http://mywebsite.com/
Thank you
Hi @drueda,
Believe it or not, all those index
pieces have a meaning:
- The conference
- The scheduled conference
- The page
- The specific operation
If you want to rewrite to a specific URL, check out the config.inc.php
base_url[...]
directives. You’ll need to work with tools like mod_rewrite
.
Regards,
Alec Smecher
Public Knowledge Project Team