summaryrefslogtreecommitdiffstats
path: root/system/application
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2008-06-26 19:05:55 +0200
committerDerek Jones <derek.jones@ellislab.com>2008-06-26 19:05:55 +0200
commitff845f94cc8876bc6c23c2f55b695bc569038512 (patch)
tree758d7880dabce6b0c89eb79bc11a60699c52b2fb /system/application
parent85f66ea6d2291c77a937305457592e24c85425ae (diff)
changed your-site.com to example.com doc-wide
Diffstat (limited to 'system/application')
-rw-r--r--system/application/config/config.php8
-rw-r--r--system/application/config/routes.php2
2 files changed, 5 insertions, 5 deletions
diff --git a/system/application/config/config.php b/system/application/config/config.php
index 814362326..f8fd9c809 100644
--- a/system/application/config/config.php
+++ b/system/application/config/config.php
@@ -8,7 +8,7 @@
| URL to your CodeIgniter root. Typically this will be your base URL,
| WITH a trailing slash:
|
-| http://www.your-site.com/
+| http://example.com/
|
*/
$config['base_url'] = "http://127.0.0.1/CodeIgniter/";
@@ -132,16 +132,16 @@ $config['permitted_uri_chars'] = 'a-z 0-9~%.:_\-';
|--------------------------------------------------------------------------
|
| By default CodeIgniter uses search-engine 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 other items let you set the query string "words" that will
| invoke your controllers and its functions:
-| www.your-site.com/index.php?c=controller&m=function
+| example.com/index.php?c=controller&m=function
|
| Please note that some of the helpers won't work as expected when
| this feature is enabled, since CodeIgniter is designed primarily to
diff --git a/system/application/config/routes.php b/system/application/config/routes.php
index a05361e28..c95924832 100644
--- a/system/application/config/routes.php
+++ b/system/application/config/routes.php
@@ -9,7 +9,7 @@
| and its corresponding controller class/method. The segments in a
| URL normally follow this pattern:
|
-| www.your-site.com/class/method/id/
+| example.com/class/method/id/
|
| In some instances, however, you may want to remap this relationship
| so that a different class/function is called than the one