Hello Ken,
If AcceptPathInfo is enabled but path_info isn't being set, it's probably because you're running PHP as CGI and cgi.fix_pathinfo isn't enabled in php.ini.
If you haven't got access to the system php.ini file, you *might* might be able to work around this by adding the following at the beginning of OJS's index.php file:
- Code: Select all
ini_set('cgi.fix_pathinfo', 'On');
I haven't tested whether or not this option can be set at runtime; please report any successes here.
Regards,
Alec Smecher
Open Journal Systems Team