Skip to content

Commit

Permalink
Merge pull request #6545 from kenjis/fix-docs-troubleshooting.rst
Browse files Browse the repository at this point in the history
docs: add about "No input file specified"
  • Loading branch information
kenjis authored Sep 16, 2022
2 parents 1f7cc3f + a84c4ba commit 9e8b524
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions user_guide_src/source/installation/troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,15 @@ To this:

.. literalinclude:: troubleshooting/002.php

No input file specified
-----------------------

If you see "No input file specified", try to change the rewrite rule like the following (to add ``?`` after ``index.php``):

.. code-block:: apache
RewriteRule ^([\s\S]*)$ index.php?/$1 [L,NC,QSA]
The tutorial gives 404 errors everywhere :(
-------------------------------------------

Expand Down

0 comments on commit 9e8b524

Please sign in to comment.