Welcome Guest, Not a member yet? Register   Sign In
This problem can sometimes be caused by disabling or refusing to accept cookies.
#2

[eluser]Shay Falador[/eluser]
Change your htaccess to:
Code:
RewriteEngine On

RewriteCond $1 !^(index\.php|images|robots\.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]

Don't forget to set the index_page to empty string / null int the config.


Messages In This Thread
This problem can sometimes be caused by disabling or refusing to accept cookies. - by El Forum - 03-03-2010, 02:31 PM



Theme © iAndrew 2016 - Forum software by © MyBB