Welcome Guest, Not a member yet? Register   Sign In
strange 404 (when i submit form method=get) (UPDATED)
#3

[eluser]molodoy[/eluser]
tried, but nothing changes.

I've also tried to leave $config['permitted_uri_chars'] blank, and it doesn't work :-(


[quote author="brandon.cordell" date="1264236821"]Checkout application/config/config.php

here is the default for permitted uri characters
Code:
/*
|--------------------------------------------------------------------------
| Allowed URL Characters
|--------------------------------------------------------------------------
|
| This lets you specify with a regular expression 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~%.:_\-';

try changing that array to 'a-z 0-9~%.:_\-][';[/quote]


Messages In This Thread
strange 404 (when i submit form method=get) (UPDATED) - by El Forum - 01-22-2010, 03:47 AM
strange 404 (when i submit form method=get) (UPDATED) - by El Forum - 01-22-2010, 08:53 PM
strange 404 (when i submit form method=get) (UPDATED) - by El Forum - 01-23-2010, 02:12 AM



Theme © iAndrew 2016 - Forum software by © MyBB