Welcome Guest, Not a member yet? Register   Sign In
Yet another URI issue
#2

[eluser]Adam Griffiths[/eluser]
Both will return 404 errors because Apache thinks you are accessing folders, not a URI in CodeIgniter. Try adding something like this in the .htaccess file.

Code:
RewriteEngine on
RewriteRule ^([^/\.]+)/?$ index.php/$1 [L]

I doubt that will work because I haven't tested it, but I'm sure you can tweak it to work.


Messages In This Thread
Yet another URI issue - by El Forum - 07-28-2008, 10:01 PM
Yet another URI issue - by El Forum - 07-29-2008, 02:47 AM
Yet another URI issue - by El Forum - 07-29-2008, 02:07 PM



Theme © iAndrew 2016 - Forum software by © MyBB