Welcome Guest, Not a member yet? Register   Sign In
Removing index.php from the URL's
#6

Try changing the index.php line to this:

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

Depending on the version and configuration of Apache (and where you set the rule, and maybe a dozen other variables), you may need the question mark after index.php.
Reply


Messages In This Thread
Removing index.php from the URL's - by harry_ord - 09-05-2016, 03:42 PM
RE: Removing index.php from the URL's - by mwhitney - 09-26-2016, 10:40 AM



Theme © iAndrew 2016 - Forum software by © MyBB