From 954c4aac3211c5e04270c76b9f7ac11466638bef Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Fri, 21 Jul 2017 11:51:37 +0300 Subject: [ci skip] Merge pull request #5191 from jim-parry/patch/docs Fix some mistakes in the user guide --- user_guide_src/source/general/urls.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'user_guide_src/source/general') diff --git a/user_guide_src/source/general/urls.rst b/user_guide_src/source/general/urls.rst index ca44e2f4c..e23554907 100644 --- a/user_guide_src/source/general/urls.rst +++ b/user_guide_src/source/general/urls.rst @@ -42,10 +42,10 @@ By default, the **index.php** file will be included in your URLs:: If your Apache server has *mod_rewrite* enabled, you can easily remove this file by using a .htaccess file with some simple rules. Here is an example of such a file, using the "negative" method in which everything is redirected -except the specified items: - -:: +except the specified items:: +.. code-block:: console + RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d -- cgit v1.2.3-24-g4f1b