From dd6719738936be31cdaa1758ca86d5eb14dcab3d Mon Sep 17 00:00:00 2001 From: Barry Mieny Date: Mon, 4 Oct 2010 16:33:58 +0200 Subject: Cleanup of stray spaces and tabs --- user_guide/general/managing_apps.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'user_guide/general/managing_apps.html') diff --git a/user_guide/general/managing_apps.html b/user_guide/general/managing_apps.html index 04af6e6a3..a1a96cf82 100644 --- a/user_guide/general/managing_apps.html +++ b/user_guide/general/managing_apps.html @@ -70,7 +70,7 @@ file and set its name using the $application_folder variable:

Relocating your Application Folder

-

It is possible to move your application folder to a different location on your server than your system folder. +

It is possible to move your application folder to a different location on your server than your system folder. To do so open your main index.php and set a full server path in the $application_folder variable.

@@ -79,7 +79,7 @@ To do so open your main index.php and set a full server path

Running Multiple Applications with one CodeIgniter Installation

-

If you would like to share a common CodeIgniter installation to manage several different applications simply +

If you would like to share a common CodeIgniter installation to manage several different applications simply put all of the directories located inside your application folder into their own sub-folder.

@@ -107,7 +107,7 @@ variable. For example, to select the "foo" application for use you would do thi $application_folder = "applications/foo"; -

Note:  Each of your applications will need its own index.php file which +

Note:  Each of your applications will need its own index.php file which calls the desired application. The index.php file can be named anything you want.

-- cgit v1.2.3-24-g4f1b