diff options
author | Derek Jones <derek.jones@ellislab.com> | 2008-06-26 19:05:55 +0200 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2008-06-26 19:05:55 +0200 |
commit | ff845f94cc8876bc6c23c2f55b695bc569038512 (patch) | |
tree | 758d7880dabce6b0c89eb79bc11a60699c52b2fb /user_guide/installation | |
parent | 85f66ea6d2291c77a937305457592e24c85425ae (diff) |
changed your-site.com to example.com doc-wide
Diffstat (limited to 'user_guide/installation')
-rw-r--r-- | user_guide/installation/upgrade_130.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/user_guide/installation/upgrade_130.html b/user_guide/installation/upgrade_130.html index 9c91adae2..8e34e2521 100644 --- a/user_guide/installation/upgrade_130.html +++ b/user_guide/installation/upgrade_130.html @@ -131,12 +131,12 @@ replace this folder:</p> | This option allows you to add a suffix to all URLs.
| For example, if a URL is this:
|
-| www.your-site.com/index.php/products/view/shoes
+| example.com/index.php/products/view/shoes
|
| You can optionally add a suffix, like ".html",
| making the page appear to be of a certain type:
|
-| www.your-site.com/index.php/products/view/shoes.html
+| example.com/index.php/products/view/shoes.html
|
*/
$config['url_suffix'] = "";
@@ -150,18 +150,18 @@ $config['url_suffix'] = ""; | By default CodeIgniter uses search-engine and
| human-friendly segment based URLs:
|
-| www.your-site.com/who/what/where/
+| example.com/who/what/where/
|
| You can optionally enable standard query string
| based URLs:
|
-| www.your-site.com?who=me&what=something&where=here
+| example.com?who=me&what=something&where=here
|
| Options are: TRUE or FALSE (boolean)
|
| The two other items let you set the query string "words"
| that will invoke your controllers and functions:
-| www.your-site.com/index.php?c=controller&m=function
+| example.com/index.php?c=controller&m=function
|
*/
$config['enable_query_strings'] = FALSE;
|