diff options
author | Master Yoda <jim_parry@bcit.ca> | 2017-07-20 17:50:33 +0200 |
---|---|---|
committer | Master Yoda <jim_parry@bcit.ca> | 2017-07-20 17:50:33 +0200 |
commit | 3b490ef66741ff6e822ac641df52f44c17936d97 (patch) | |
tree | c50b488ca0b685a2b1c03bcb8a558ca96968f46e /user_guide_src/source | |
parent | 771eca8d9ac7fc7ebed46b3a91d384eb62debd6e (diff) |
Added code-block tag to make sphinx happy with urls.rst
Diffstat (limited to 'user_guide_src/source')
-rw-r--r-- | user_guide_src/source/general/urls.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/user_guide_src/source/general/urls.rst b/user_guide_src/source/general/urls.rst index 82bcc5711..e23554907 100644 --- a/user_guide_src/source/general/urls.rst +++ b/user_guide_src/source/general/urls.rst @@ -44,6 +44,8 @@ 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:: +.. code-block:: console + RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d |