[Problem] OJS - "No input file specified"

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

Now I have decided to do a fresh installation of OJS 2.4.8.3 but when I go to the URL
www.mysite.it (www.mysite.it/index.php/index/install)
I always meet the same message:
No input file specified.

I tried to change the PHP version but I did not solve anything. Can you kindly answer me? THANK YOU!

Hi @stefanoruster,

Please see this topic for help: HOW-TO: use mod_rewrite to get rid of "?" in the url - #7 by fadia

Best,
Amanda Stevens
Public Knowledge Project Team