Welcome Guest, Not a member yet? Register   Sign In
CI HMVC index.php and img/css/js paths
#7

[eluser]InsiteFX[/eluser]
Here is another tip that I just found out, I installed a new CI and HMVC setup! Testing it I clicked on the user_guide in the view and guess what 404 Error!

The fix: add the user_guide to your htaccess file.
Code:
RewriteCond $1 !^(index\.php|assets|user_guide|favicon\.ico|robots\.txt)
RewriteRule ^(.*)$ index.php/$1 [L,QSA]

InsiteFX


Messages In This Thread
CI HMVC index.php and img/css/js paths - by El Forum - 05-24-2011, 12:39 PM
CI HMVC index.php and img/css/js paths - by El Forum - 05-24-2011, 12:53 PM
CI HMVC index.php and img/css/js paths - by El Forum - 05-24-2011, 01:05 PM
CI HMVC index.php and img/css/js paths - by El Forum - 05-24-2011, 01:26 PM
CI HMVC index.php and img/css/js paths - by El Forum - 05-24-2011, 08:03 PM
CI HMVC index.php and img/css/js paths - by El Forum - 05-26-2011, 09:54 AM
CI HMVC index.php and img/css/js paths - by El Forum - 05-26-2011, 12:12 PM
CI HMVC index.php and img/css/js paths - by El Forum - 05-27-2011, 04:01 PM



Theme © iAndrew 2016 - Forum software by © MyBB