No input file specified.

edited August 2014 in Installation
Greetings,
Moving from Plesk 9 to Parallels Plesk Automation 11.5 and I thought it was easy to just copy files, and install the database and I would be good to go. Main site comes up just fine, but anything in the menus i click, I get the following;

No input file specified.

Anyone have any ideas?

Comments

  • edited 1:39AM
    Just figured it out. Apparently it only likes running PHP as Apache Module so it's now working. Any idea how to get it to run PHP as FastCGI?

    Thanks
  • edited 1:39AM
    You need to add a "?" in your .htaccess file and change:
    RewriteRule .* index.php/$0 [L]
    TO
    RewriteRule .* index.php?/$0 [L]
  • edited 1:39AM
    Thanks! Works great!
Sign In or Register to comment.