Api submission Error

These are my error log

[Mon Dec 10 20:16:18.177458 2018] [autoindex:error] [pid 46169:tid 140112083273472] [client 39.41.234.174:32394] AH01276: Cannot serve directory /home//public_html/ssurj/rj/: No matching DirectoryIndex (index.html,index.php,index.htm,index.html.var,index.shtml,index.xhtml,index.wml,index.perl,index.pl,index.plx,index.ppl,index.cgi,index.jsp,index.js,index.jp,index.php4,index.php3,index.phtml,default.htm,default.html,home.htm,index.php5,Default.html,Default.htm,home.html) found, and server-generated directory index forbidden by Options directive
[Mon Dec 10 20:16:17.976555 2018] [autoindex:error] [pid 71404:tid 140112066488064] [client 39.41.234.174:31616] AH01276: Cannot serve directory /home/public_html/ssurj/rj/: No matching DirectoryIndex (index.html,index.php,index.htm,index.html.var,index.shtml,index.xhtml,index.wml,index.perl,index.pl,index.plx,index.ppl,index.cgi,index.jsp,index.js,index.jp,index.php4,index.php3,index.phtml,default.htm,default.html,home.htm,index.php5,Default.html,Default.htm,home.html) found, and server-generated directory index forbidden by Options directive

@asmecher @anupent A quick response will e much appreciated.

Thanks in advance. Also I m using ojs 3.1.1.4

This error message is saying that a requested URL looks something like http://my.host.tld/ssurj/rj/, but Apache didn’t know how to process it.

Typically, processing is handed to OJS via either:

  • the appearance of OJS’s index.php in the URL (like http://my.host.tld/ssurj/index.php/rj/)
  • the use of RESTful URLs with a set of RewriteRules to rewrite requests to index.php via the .htaccess

What does your URL look like and what configuration are you using?