Welcome Guest, Not a member yet? Register   Sign In
.htaccess redirect issues
#2

[eluser]gabe[/eluser]
Are you trying to remove index.php? If so this should do you well. It also allows you to access the user_guide, css, js, images, and media directories.

Code:
<IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteCond $1 !^(index\.php|images|user_guide|css|js|media|robots\.txt)
    RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>


Messages In This Thread
.htaccess redirect issues - by El Forum - 02-16-2008, 12:34 PM
.htaccess redirect issues - by El Forum - 02-16-2008, 02:03 PM
.htaccess redirect issues - by El Forum - 02-16-2008, 02:18 PM
.htaccess redirect issues - by El Forum - 02-16-2008, 02:27 PM
.htaccess redirect issues - by El Forum - 02-17-2008, 09:24 AM



Theme © iAndrew 2016 - Forum software by © MyBB