From c644128fdd49a47d791240e0e38b54cd22412bc5 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Wed, 4 Jul 2007 23:54:32 +0000 Subject: fixed validation errors... about a zillion of em. --- user_guide/general/urls.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'user_guide/general/urls.html') diff --git a/user_guide/general/urls.html b/user_guide/general/urls.html index 4df37eebc..21031affb 100644 --- a/user_guide/general/urls.html +++ b/user_guide/general/urls.html @@ -90,7 +90,7 @@ contain functions that make it easy to work with your URI data. In addition, yo

Removing the index.php file

-

By default, the index.php file will be included in your URLs: +

By default, the index.php file will be included in your URLs:

www.your-site.com/index.php/news/article/my_article @@ -108,7 +108,7 @@ a request for your index.php file.

Adding a URL Suffix

In your config/config.php file you can specify a suffix that will be added to all URLs generated -by CodeIgniter. For example, if a URL is this: +by CodeIgniter. For example, if a URL is this:

www.your-site.com/index.php/products/view/shoes @@ -151,7 +151,7 @@ Previous Topic:  Getting Started Top of Page   ·   User Guide Home   ·   Next Topic:  Controllers -

+

CodeIgniter  ·  Copyright © 2007  ·  Ellislab, Inc.

-- cgit v1.2.3-24-g4f1b