[ci skip] Merge pull request #5295 from mamat-rahmat/fix-docs-code-block

Fix broken .htaccess example code-block
diff --git a/user_guide_src/source/general/urls.rst b/user_guide_src/source/general/urls.rst
index e235549..b8a1b9f 100644
--- a/user_guide_src/source/general/urls.rst
+++ b/user_guide_src/source/general/urls.rst
@@ -42,9 +42,9 @@
 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