Welcome Guest, Not a member yet? Register   Sign In
Problem rewriting links in htaccess
#6

(02-06-2015, 01:28 AM)RogerMore Wrote: Lose the ? in the following line:

Code:
RewriteRule ^(.*)$ /index.php?/$1 [L]

What you get is obviously:

Code:
RewriteRule ^(.*)$ index.php/$1 [L]

Good luck!

-RogerMore

Hi,
The question mark still stays. maybe it's something in my code?
Reply


Messages In This Thread
RE: Problem rewriting links in htaccess - by chiefdongas - 02-06-2015, 02:03 AM
RE: Problem rewriting links in htaccess - by Sky - 02-06-2015, 02:24 AM



Theme © iAndrew 2016 - Forum software by © MyBB