OJS 3.0.1 Homepage problem

Hello @asmecher

Found a similar post on the same problem. Setting the reset ip to Off solved it.

However, I have another problem. I’m currently following this thread (Please, How To Direct Single Journal To Web Root (http://journalpage.com) instead of (http://journalpage.com?index.php/ojs) - #2 by ctgraham) for removing index.php and journal name in the url.

In particular:
I would like this:
www.aghamx.com/index.php/aghamx
to become:
www.aghamx.com

I have already tried copying different mod rewrite conditions and I have also already set the following in the config file:
base_url[‘index’] = aghamx.com
base_url[‘aghamx’] = http://www.aghamx.com
restful_urls = On

But unfortunately, it ends up with redirect loops or incorrect display.