Welcome Guest, Not a member yet? Register   Sign In
XAMPP, CodeIgniter, and mod_rewrite (issues)
#4

[eluser]Nicholas Bello[/eluser]
Found Answer!

Had to change the following line in my htaccess file:
RewriteRule ^(.*)$ index.php/$1 [L]

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

Because my app is in a sub folder it was not re-writting properly.


Messages In This Thread
XAMPP, CodeIgniter, and mod_rewrite (issues) - by El Forum - 12-22-2008, 11:04 AM
XAMPP, CodeIgniter, and mod_rewrite (issues) - by El Forum - 12-22-2008, 12:02 PM
XAMPP, CodeIgniter, and mod_rewrite (issues) - by El Forum - 12-22-2008, 02:03 PM
XAMPP, CodeIgniter, and mod_rewrite (issues) - by El Forum - 12-22-2008, 02:07 PM



Theme © iAndrew 2016 - Forum software by © MyBB