Search code examples
phppyrocms

Pyro CMS -- No input file specified


I realize this isn't the place to post this, but i've searched and searched and asked on the forum of Pyro CMS with no response. Quite irritated about it already just want a solution!!!

I uploaded the Pyro CMS up to my server with GoDaddy it's a Linux

It then prompted me to start the installer, I click on Step #1 and see an error that says: No input file specified.

What do I need to do to fix this problem? It's very irritating and apparently the Pyro CMS team isn't willing to help.

Here is what I see after clicking Step 1 on the first page of the installer!

enter image description here


Solution

  • Add

    RewriteRule ^(.*)$ index.php?/$1 [L]

    To your .htaccess file. If you don't have one, create it.