Skip to content
This repository has been archived by the owner on Dec 1, 2017. It is now read-only.

"No input file specified." on install #61

Open
edasaki opened this issue Apr 1, 2016 · 1 comment
Open

"No input file specified." on install #61

edasaki opened this issue Apr 1, 2016 · 1 comment

Comments

@edasaki
Copy link

edasaki commented Apr 1, 2016

When I navigate to the install virtual directory I get this message. As I understand it, it's caused by a path issue with a bad value passed to the PHP, but I'm not sure how to fix it. I would really appreciate any suggestions, as it's not a problem mentioned in the install guide. Thanks!

I've tried the different .htaccess files given in the install guide but none of them worked

@edasaki
Copy link
Author

edasaki commented Apr 1, 2016

I solved the problem and was able to successfully install by changing one line of the .htaccess

I changed this:
RewriteRule ^(.)$ ./index.php/$1 [L,QSA]
to this:
RewriteRule ^(.
)$ ./index.php?/$1 [L,QSA]

For some reason adding the ? fixed the whole thing. I'm not familiar with web development so I have no idea what difference it made lol, but perhaps it will be helpful for someone else in the future.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant