Welcome Guest, Not a member yet? Register   Sign In
HTACCESS file
#2

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

Notice the rewrite condition is reltive to the current directory instead of the web root (which is important as you have it in a folder called codeigniter in the root)


Messages In This Thread
HTACCESS file - by El Forum - 07-31-2009, 02:46 PM
HTACCESS file - by El Forum - 07-31-2009, 02:51 PM
HTACCESS file - by El Forum - 07-31-2009, 02:53 PM
HTACCESS file - by El Forum - 08-01-2009, 05:09 AM
HTACCESS file - by El Forum - 08-01-2009, 10:24 AM



Theme © iAndrew 2016 - Forum software by © MyBB