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

(02-06-2015, 02:03 AM)chiefdongas Wrote:
(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?

Hi, check config item...
$config['enable_query_strings'] it must be FALSE!
Reply


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



Theme © iAndrew 2016 - Forum software by © MyBB