Welcome Guest, Not a member yet? Register   Sign In
CI running on CGI problem (when using uri_protocol = AUTO) + solution
#3

[eluser]kipras[/eluser]
I currently have limited access to the server which is running the site (as in, i don't have access to it the entire time, because there are ridiculous security checks in place).

But the next time i will connect to it, i will check for the ?glcid=1 thing

Here are the contents of the .htaccess that is used:

RewriteEngine on

# If not file and directory
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d

RewriteCond $1 !^(index\.php|images|DOCS|styles|robots\.txt)
RewriteRule ^(.*)$ index.php/$1 [L]


UPDATE:

The ?glcid=1 thing at the end of the URL does not make any difference - it still does infinite redirection without the patch, and works fine with the patch.


Messages In This Thread
CI running on CGI problem (when using uri_protocol = AUTO) + solution - by El Forum - 04-18-2011, 08:37 AM



Theme © iAndrew 2016 - Forum software by © MyBB