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

[eluser]yNaxon[/eluser]
hello,
I am using the htaccess code that was given in codeigniter's user guide:

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

it only works if the installation is located in the root directory. if it's located in a sub-folder, it doesen't work.

any idea how to make it work also under sub-category?

thanks


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