Hi there,
I can’t access neither my home page (“404 not found”) nor my issue home page (“No input file specified”).
I have only one issue.
In config.inc.php:
base_url[index] = http://www.MYSITE.it
base_url[myJournal] = http://www.MYSITE.it/myIssue
restful_urls = On
In my .htaccess :
DirectoryIndex index.php
# Turn mod_rewrite on
RewriteEngine On
#RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
#RewriteRule ^(.*)$ index.php/$1 [L]
RewriteRule ^(.*)$ index.php/$1 [QSA,L]
PHP 5.3.2.9
OJS 2.4.8.1