Welcome Guest, Not a member yet? Register   Sign In
weird issue with a controller
#6

[eluser]jblack199[/eluser]
Whats happening is its not even reading the testing() function at all... I did figure it out though perhaps you can shed some light into why this might be the case...

on the working server i have in my .htaccess like

Code:
RewriteRule ^(.*)$ index.php/$1 [L]

but on this server that doesn't work so I changed it to:

Code:
RewriteRule ^(.*)$ index.php?$1 [L]

and it works just fine...



Messages In This Thread
weird issue with a controller - by El Forum - 01-19-2012, 04:11 PM
weird issue with a controller - by El Forum - 01-19-2012, 10:13 PM
weird issue with a controller - by El Forum - 01-19-2012, 10:27 PM
weird issue with a controller - by El Forum - 01-20-2012, 10:12 AM
weird issue with a controller - by El Forum - 01-20-2012, 12:52 PM
weird issue with a controller - by El Forum - 01-20-2012, 01:08 PM



Theme © iAndrew 2016 - Forum software by © MyBB