Skip to content

Commit

Permalink
Merge pull request #4000 from kenjis/fix-docs-installation
Browse files Browse the repository at this point in the history
docs: fix installation indentation
  • Loading branch information
paulbalandan authored Dec 18, 2020
2 parents c093983 + 05bebb6 commit 7479fba
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 7479fba

Please sign in to comment.