Index accumulation problem in OCS

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

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:

  1. The conference
  2. The scheduled conference
  3. The page
  4. 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