summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2017-10-09 10:00:03 +0200
committerAndrey Andreev <narf@devilix.net>2017-10-09 10:00:32 +0200
commit2e0247aac56f7076705211fb8845101697e62c05 (patch)
tree64dc223d4b9873dccdabd04133fb8026c29c0baa
parent23aa166a7bef428cbbb06b3f6f7a3fa9f0e78524 (diff)
[ci skip] Merge pull request #5295 from mamat-rahmat/fix-docs-code-block
Fix broken .htaccess example code-block
-rw-r--r--user_guide_src/source/general/urls.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide_src/source/general/urls.rst b/user_guide_src/source/general/urls.rst
index e23554907..b8a1b9f5b 100644
--- a/user_guide_src/source/general/urls.rst
+++ b/user_guide_src/source/general/urls.rst
@@ -42,9 +42,9 @@ 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
+.. code-block:: apache
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f