From 1082bddc0c065895a3b39607cb930f5a101f54fb Mon Sep 17 00:00:00 2001 From: admin Date: Sun, 27 Aug 2006 19:32:02 +0000 Subject: --- user_guide/installation/upgrade_140.html | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) (limited to 'user_guide/installation/upgrade_140.html') diff --git a/user_guide/installation/upgrade_140.html b/user_guide/installation/upgrade_140.html index 7f25c44e9..bd84c2421 100644 --- a/user_guide/installation/upgrade_140.html +++ b/user_guide/installation/upgrade_140.html @@ -87,7 +87,33 @@ have not upgraded to that version please do so first.

-

Step 4: Update your user guide

+

Step 2: Update your config.php file

+ +

Open your application/config/config.php file and add these new items:

+ +
+/*
+|--------------------------------------------------------------------------
+| Allowed URL Characters
+|--------------------------------------------------------------------------
+|
+| This lets you specify which characters are permitted within your URLs.
+| When someone tries to submit a URL with disallowed characters they will
+| get a warning message.
+|
+| As a security measure you are STRONGLY encouraged to restrict URLs to
+| as few characters as possible.  By default only these are allowed: a-z 0-9~%.:_-
+|
+| Leave blank to allow all characters -- but only if you are insane.
+| 
+| DO NOT CHANGE THIS UNLESS YOU FULLY UNDERSTAND THE REPERCUSSIONS!!
+|
+*/
+$config['permitted_uri_chars'] = 'a-z 0-9~%.:_-';
+
+ + +

Step 3: Update your user guide

Please also replace your local copy of the user guide with the new version.

-- cgit v1.2.3-24-g4f1b