Welcome Guest, Not a member yet? Register   Sign In
Missing variables via URL
#1

[eluser]rmartinez[/eluser]
Hi everybody,

When I write a url like http://midominio.com/auth_other/l?oauth_...fier=08666, the url chagnes to http://midominio.com/auth_other/l automatically, why? However, if I write http://midominio.com/auth_other/l?oauth_...riable=999, it works fine, ??

My config.php file:
$config['index_page'] = '';
$config['uri_protocol'] = 'PATH_INFO';
$config['permitted_uri_chars'] = 'a-z 0-9~%.:_\-\?\=\#\&';
$config['allow_get_array'] = TRUE;
$config['enable_query_strings'] = FALSE;
$config['global_xss_filtering'] = FALSE;

Mi htaccess file:
RewriteEngine on
RewriteCond $1 !^(index\.php|images|captcha|pruebas|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]

Thanks.

Regards.


Messages In This Thread
Missing variables via URL - by El Forum - 10-16-2012, 12:19 AM
Missing variables via URL - by El Forum - 10-17-2012, 02:13 AM
Missing variables via URL - by El Forum - 10-17-2012, 02:41 AM
Missing variables via URL - by El Forum - 10-17-2012, 02:54 AM
Missing variables via URL - by El Forum - 10-17-2012, 03:23 AM
Missing variables via URL - by El Forum - 10-17-2012, 01:37 PM
Missing variables via URL - by El Forum - 10-17-2012, 11:37 PM



Theme © iAndrew 2016 - Forum software by © MyBB