Welcome Guest, Not a member yet? Register   Sign In
Redirect() not working
#8

[eluser]ywftdg[/eluser]
It was my htaccess:

My original was:
RewriteEngine on
RewriteCond $1 !^(index\.php|ee.php|ee|assets|include|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]

Then I changed the last line to:
RewriteRule ^(.*)$ /index.php?/$1 [L]

And it fixed the issue. Like I was stating, the redirect was in my controller, not in my views or anything.


Messages In This Thread
Redirect() not working - by El Forum - 08-30-2008, 09:07 PM
Redirect() not working - by El Forum - 08-30-2008, 09:14 PM
Redirect() not working - by El Forum - 08-30-2008, 10:02 PM
Redirect() not working - by El Forum - 08-31-2008, 04:07 AM
Redirect() not working - by El Forum - 08-31-2008, 06:10 AM
Redirect() not working - by El Forum - 08-31-2008, 06:21 AM
Redirect() not working - by El Forum - 08-31-2008, 09:42 AM
Redirect() not working - by El Forum - 08-31-2008, 10:01 AM
Redirect() not working - by El Forum - 09-07-2008, 12:00 PM
Redirect() not working - by El Forum - 09-07-2008, 02:39 PM
Redirect() not working - by El Forum - 09-07-2008, 04:04 PM



Theme © iAndrew 2016 - Forum software by © MyBB