Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter URLs
#2

[eluser]TheFuzzy0ne[/eluser]
Try changing the bottom line from:
Code:
RewriteRule ^(.*)$ /index.php/$1 [L]

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


Messages In This Thread
CodeIgniter URLs - by El Forum - 02-12-2009, 07:28 AM
CodeIgniter URLs - by El Forum - 02-12-2009, 07:34 AM
CodeIgniter URLs - by El Forum - 02-12-2009, 07:44 AM
CodeIgniter URLs - by El Forum - 02-12-2009, 07:55 AM
CodeIgniter URLs - by El Forum - 02-12-2009, 08:11 AM
CodeIgniter URLs - by El Forum - 02-12-2009, 08:26 AM
CodeIgniter URLs - by El Forum - 02-12-2009, 08:38 AM
CodeIgniter URLs - by El Forum - 02-12-2009, 08:52 AM



Theme © iAndrew 2016 - Forum software by © MyBB