Welcome Guest, Not a member yet? Register   Sign In
Newbie Error, migrating site & anything other than default controller won't fire
#6

[eluser]wh1tel1te[/eluser]
Your line here:
Code:
RewriteRule ^(.*)$ index.php?/$1 [L]

You could try changing to this (which works for me):
Code:
RewriteRule ^(.*)$ index.php [L]


Messages In This Thread
Newbie Error, migrating site & anything other than default controller won't fire - by El Forum - 04-13-2011, 07:11 PM



Theme © iAndrew 2016 - Forum software by © MyBB