diff --git a/user_guide_src/source/installation/troubleshooting.rst b/user_guide_src/source/installation/troubleshooting.rst index 992c6969ef94..40043971728a 100644 --- a/user_guide_src/source/installation/troubleshooting.rst +++ b/user_guide_src/source/installation/troubleshooting.rst @@ -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 :( -------------------------------------------