Welcome Guest, Not a member yet? Register   Sign In
How remove index.php from URLs? [SOLVED]
#31

[eluser]CroNiX[/eluser]
Code:
RewriteRule ^(.+)$ index.php?url=$1 [QSA,L]

I wouldn't call that a normal rewrite rule. The majority of users would never have something like this using a querystring.
#32

[eluser]kminx[/eluser]
@CroNiX - You're may be right but I've tried it without and CodeIgniter throws a 404 error on the news tutorial. It works OK with it included.




Theme © iAndrew 2016 - Forum software by © MyBB