Welcome Guest, Not a member yet? Register   Sign In
All url's show default controller index function
#4

[eluser]TheFuzzy0ne[/eluser]
I think you need to remove the trailing slash from the last line of your htaccess file:

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

Otherwise you get a // in your URI, which is no doubt responsible for your error.


Messages In This Thread
All url's show default controller index function - by El Forum - 04-14-2009, 02:32 PM
All url's show default controller index function - by El Forum - 04-14-2009, 02:42 PM
All url's show default controller index function - by El Forum - 04-14-2009, 02:44 PM
All url's show default controller index function - by El Forum - 04-14-2009, 02:54 PM
All url's show default controller index function - by El Forum - 04-14-2009, 03:01 PM
All url's show default controller index function - by El Forum - 04-14-2009, 03:18 PM
All url's show default controller index function - by El Forum - 04-14-2009, 03:26 PM
All url's show default controller index function - by El Forum - 04-14-2009, 04:43 PM
All url's show default controller index function - by El Forum - 04-14-2009, 06:28 PM
All url's show default controller index function - by El Forum - 04-14-2009, 06:35 PM
All url's show default controller index function - by El Forum - 09-04-2009, 02:29 AM



Theme © iAndrew 2016 - Forum software by © MyBB