Skip to content

Commit

Permalink
docs: fix installation indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Dec 18, 2020
1 parent c093983 commit 05bebb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions user_guide_src/source/installation/troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ alternate settings. If it still doesn't work after you've tried this
you'll need to force CodeIgniter to add a question mark to your URLs. To
do this open your *app/Config/App.php* file and change this::

public $indexPage = 'index.php';
public $indexPage = 'index.php';

To this::

public $indexPage = 'index.php?';
public $indexPage = 'index.php?';

The tutorial gives 404 errors everywhere :(
-------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion user_guide_src/source/installation/upgrading.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ upgrading from.

Upgrading from 4.0.4 to 4.0.5 <upgrade_405>
Upgrading from 4.0.x to 4.0.4 <upgrade_404>
Upgrading from 3.x to 4.x <upgrade_4xx>
Upgrading from 3.x to 4.x <upgrade_4xx>

0 comments on commit 05bebb6

Please sign in to comment.