Welcome Guest, Not a member yet? Register   Sign In
HMVC and Codeigniter problem
#7

[eluser]jonez[/eluser]
If you use an .htaccess like this it won't rewrite real files so if you ever add other asset folders you won't have to change your rewrite:
Code:
RewriteEngine On
RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]


Messages In This Thread
HMVC and Codeigniter problem - by El Forum - 01-24-2014, 03:39 AM
HMVC and Codeigniter problem - by El Forum - 01-24-2014, 03:49 AM
HMVC and Codeigniter problem - by El Forum - 01-24-2014, 03:52 AM
HMVC and Codeigniter problem - by El Forum - 01-24-2014, 04:08 AM
HMVC and Codeigniter problem - by El Forum - 01-24-2014, 04:22 AM
HMVC and Codeigniter problem - by El Forum - 02-02-2014, 08:40 AM
HMVC and Codeigniter problem - by El Forum - 02-02-2014, 12:04 PM
HMVC and Codeigniter problem - by El Forum - 02-02-2014, 02:39 PM



Theme © iAndrew 2016 - Forum software by © MyBB