We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
?
1 parent 835ed1b commit e5c4ffaCopy full SHA for e5c4ffa
user_guide_src/source/installation/troubleshooting.rst
@@ -37,7 +37,7 @@ REQUEST_URI variable needed to serve search-engine friendly URLs. As a
37
first step, open your **app/Config/App.php** file and look for
38
the URI Protocol information. It will recommend that you try a couple of
39
alternate settings. If it still doesn't work after you've tried this
40
-you'll need to force CodeIgniter to add a question mark to your URLs. To
+you'll need to force CodeIgniter to add a question mark (``?``) to your URLs. To
41
do this open your **app/Config/App.php** file and change this:
42
43
.. literalinclude:: troubleshooting/001.php
0 commit comments