Hello all,
Sidebar searching on our OJS 2.4.8-2 is returning a 404 error in specific pages.
Unfortunately, looking at the log files, I don’t seem to find anything relevant:
[Thu Aug 24 17:22:16 2017] [error] [client 192.168.0.240] ojs2: 404 Not Found, referer: http://revista.ibict.br/ciinf/issue/archive/search?simpleQuery=informa%C3%A7%C3%A3o&searchField=query
Our virtual server has mod_rewrite enabled to hide the index.php in the address, but there may be some other setting missing in the Apache sites-enabled file…
The search is working in some pages, and others not, which makes me believe it has something to do with the mod_rewrite settings, index.php removal, and the config.inc.php site arrays.
Pages where sidebar search isn’t working:
- OJS multiple journal site index(http://revista.ibict.br/): just stays on the page;
- Individual journal index (Ciência da Informação): same as above
- Journal about page (Sobre a revista | Ciência da Informação): 404 error
- Any other page similar to above: apparently all return 404
Any ideas?