Welcome Guest, Not a member yet? Register   Sign In
removing ? from urls
#4

[eluser]charlieD[/eluser]
Try this:

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

Note the '?' after index.php - with some web hosts the '?' is required.


Messages In This Thread
removing ? from urls - by El Forum - 10-15-2007, 05:10 AM
removing ? from urls - by El Forum - 10-15-2007, 06:03 AM
removing ? from urls - by El Forum - 10-15-2007, 06:13 AM
removing ? from urls - by El Forum - 10-15-2007, 06:57 AM
removing ? from urls - by El Forum - 10-15-2007, 08:40 AM
removing ? from urls - by El Forum - 10-15-2007, 08:53 AM
removing ? from urls - by El Forum - 10-15-2007, 09:34 AM



Theme © iAndrew 2016 - Forum software by © MyBB