Welcome Guest, Not a member yet? Register   Sign In
URL Problem when without slash
#3

[eluser]lifewithryan[/eluser]
you might want to try adding the RewriteBase...

so you'd have:
Code:
RewriteEngine on
RewriteBase /
RewriteCond $1 !^(index\.php|images|js|css|robots\.txt)
RewriteRule ^(.*) /index.php/$1 [L]

Not sure if that will do anything or not, been a while since I messed with Apache rules...

EDIT: Looks like someone beat me to it Smile


Messages In This Thread
URL Problem when without slash - by El Forum - 01-30-2008, 03:56 PM
URL Problem when without slash - by El Forum - 01-30-2008, 03:59 PM
URL Problem when without slash - by El Forum - 01-30-2008, 04:01 PM
URL Problem when without slash - by El Forum - 01-30-2008, 04:12 PM
URL Problem when without slash - by El Forum - 01-30-2008, 07:04 PM
URL Problem when without slash - by El Forum - 01-30-2008, 07:35 PM
URL Problem when without slash - by El Forum - 01-31-2008, 08:35 AM
URL Problem when without slash - by El Forum - 02-08-2008, 04:46 PM
URL Problem when without slash - by El Forum - 02-08-2008, 04:49 PM



Theme © iAndrew 2016 - Forum software by © MyBB