diff options
author | Repox <storm@err0r.dk> | 2011-11-22 11:25:24 +0100 |
---|---|---|
committer | Repox <storm@err0r.dk> | 2011-11-22 11:25:24 +0100 |
commit | 1f9a40f2465ee135d4ed0292d51a1ed6571173f0 (patch) | |
tree | 305fb317143ca5cc3b0b05978c8f73a131362e06 /user_guide_src/source | |
parent | ed477270cca24e91941d947c00370ee8712e5fac (diff) |
Altered the explenation of the rewrite rules to better fit the actual result.
Diffstat (limited to 'user_guide_src/source')
-rw-r--r-- | user_guide_src/source/general/urls.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/general/urls.rst b/user_guide_src/source/general/urls.rst index 6618aeece..3126fcf36 100644 --- a/user_guide_src/source/general/urls.rst +++ b/user_guide_src/source/general/urls.rst @@ -50,7 +50,7 @@ method in which everything is redirected except the specified items: RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ /index.php/$1 [L] -In the above example, any HTTP request other than those for index.php, existing +In the above example, any HTTP request other than those for existing directories and existing files is treated as a request for your index.php file. Adding a URL Suffix |