Welcome Guest, Not a member yet? Register   Sign In
CI + HMVC Routing Issue
#8

[eluser]jtkendall[/eluser]
Sorry about that. Yes the "adjusted" uri_protocol means I tried every variant, most caused the system send the user back to a login screen regardless of what they wanted to do. The only one that worked was PATH_INFO and AUTO (which should be using PATH_INFO).

.htaccess
Code:
Options +FollowSymLinks
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ index.php/$1 [L]
    RewriteCond %{HTTP_HOST} ^www\.(.8)$
    RewriteRULE (.*) http://%1/$1 [R=301,L]
</IfModule>
<IfModule !mod_rewrite.c>
    ErrorDocument 404 /index.php
</IfModule>


Messages In This Thread
CI + HMVC Routing Issue - by El Forum - 10-03-2008, 04:26 AM
CI + HMVC Routing Issue - by El Forum - 10-03-2008, 04:34 AM
CI + HMVC Routing Issue - by El Forum - 10-03-2008, 08:20 AM
CI + HMVC Routing Issue - by El Forum - 10-03-2008, 09:00 AM
CI + HMVC Routing Issue - by El Forum - 10-03-2008, 09:22 AM
CI + HMVC Routing Issue - by El Forum - 10-03-2008, 12:07 PM
CI + HMVC Routing Issue - by El Forum - 10-03-2008, 01:03 PM
CI + HMVC Routing Issue - by El Forum - 10-03-2008, 01:47 PM
CI + HMVC Routing Issue - by El Forum - 10-03-2008, 02:03 PM
CI + HMVC Routing Issue - by El Forum - 10-03-2008, 02:11 PM
CI + HMVC Routing Issue - by El Forum - 10-07-2008, 07:04 AM



Theme © iAndrew 2016 - Forum software by © MyBB