Skip to content

Commit 1c6303f

Browse files
authored
Merge pull request #7061 from kenjis/fix-docs-troubleshooting.rst
docs: improve troubleshooting.rst
2 parents d8c925a + 6efb825 commit 1c6303f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

user_guide_src/source/general/urls.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ Route /blog/news/2022/10
5050
Query page=2
5151
======== ====================================
5252

53+
.. _urls-remove-index-php:
54+
5355
Removing the index.php file
5456
===========================
5557

user_guide_src/source/installation/troubleshooting.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ If a URL like ``/mypage/find/apple`` doesn't work, but the similar
2727
URL ``/index.php/mypage/find/apple`` does, that sounds like your **.htaccess** rules
2828
(for Apache) are not set up properly, or the ``mod_rewrite`` extension
2929
in Apache's **httpd.conf** is commented out.
30+
See :ref:`urls-remove-index-php`.
3031

3132
Only the default page loads
3233
---------------------------

0 commit comments

Comments
 (0)