From ff845f94cc8876bc6c23c2f55b695bc569038512 Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Thu, 26 Jun 2008 17:05:55 +0000 Subject: changed your-site.com to example.com doc-wide --- user_guide/overview/at_a_glance.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide/overview/at_a_glance.html') diff --git a/user_guide/overview/at_a_glance.html b/user_guide/overview/at_a_glance.html index 6dc9287b7..0a9fa53b3 100644 --- a/user_guide/overview/at_a_glance.html +++ b/user_guide/overview/at_a_glance.html @@ -97,7 +97,7 @@ This is particularly good for projects in which designers are working with your

The URLs generated by CodeIgniter are clean and search-engine friendly. Rather than using the standard "query string" approach to URLs that is synonymous with dynamic systems, CodeIgniter uses a segment-based approach:

-www.your-site.com/news/article/345 +example.com/news/article/345

Note: By default the index.php file is included in the URL but it can be removed using a simple .htaccess file.

-- cgit v1.2.3-24-g4f1b