Welcome Guest, Not a member yet? Register   Sign In
HTACCESS file doesent work in sub-folder
#6

[eluser]blekknajt[/eluser]
Assuming that CodeIgniter is in ci-folder - this one works for me:

Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|images|robots\.txt)
RewriteRule ^(.*)$ /ci-folder/index.php/$1 [L]

added:

As it was said in first answer. You must add CSS and other folders to RewriteCond if You don't want them to be treated by RewriteRule.


Messages In This Thread
HTACCESS file doesent work in sub-folder - by El Forum - 07-18-2012, 11:52 PM
HTACCESS file doesent work in sub-folder - by El Forum - 07-18-2012, 11:56 PM
HTACCESS file doesent work in sub-folder - by El Forum - 07-19-2012, 12:06 AM
HTACCESS file doesent work in sub-folder - by El Forum - 07-19-2012, 01:17 AM
HTACCESS file doesent work in sub-folder - by El Forum - 07-19-2012, 02:11 AM
HTACCESS file doesent work in sub-folder - by El Forum - 07-19-2012, 03:36 AM
HTACCESS file doesent work in sub-folder - by El Forum - 07-20-2012, 03:46 PM
HTACCESS file doesent work in sub-folder - by El Forum - 07-21-2012, 02:11 AM



Theme © iAndrew 2016 - Forum software by © MyBB