Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: No input file specified. #3030

Closed
gokhanalkan opened this issue May 23, 2020 · 2 comments
Closed

Error: No input file specified. #3030

gokhanalkan opened this issue May 23, 2020 · 2 comments

Comments

@gokhanalkan
Copy link

Hello, I get the error I mentioned in the title in the ci4 project. I reached the solution by making a small revision in the htacces file.
Before: RewriteRule ^ (. *) $ Index.php / $ 1 [L]
After: RewriteRule ^ (. *) $ Index.php? / $ 1 [L]
Will usage in this way cause a problem for the project?

@CatAnonymous
Copy link

CatAnonymous commented May 26, 2020

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]

@michalsn
Copy link
Member

No, it won't cause any problems. Some servers need custom changes to .htaccess file.

I'm glad you worked it out.

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

No branches or pull requests

3 participants