File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
user_guide_src/source/general Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,10 @@ By default, the **index.php** file will be included in your URLs::
39
39
40
40
example.com/index.php/news/article/my_article
41
41
42
- You can easily remove this file by using a .htaccess file with some
43
- simple rules. Here is an example of such a file, using the "negative"
44
- method in which everything is redirected except the specified items:
42
+ If your Apache server has mod_rewrite enabled, you can easily remove this
43
+ file by using a .htaccess file with some simple rules. Here is an example
44
+ of such a file, using the "negative" method in which everything is redirected
45
+ except the specified items:
45
46
46
47
::
47
48
@@ -53,6 +54,8 @@ method in which everything is redirected except the specified items:
53
54
In the above example, any HTTP request other than those for existing
54
55
directories and existing files is treated as a request for your index.php file.
55
56
57
+ .. note :: Note: These specific rules might not work for all server configurations.
58
+
56
59
Adding a URL Suffix
57
60
===================
58
61
You can’t perform that action at this time.
0 commit comments