Welcome Guest, Not a member yet? Register   Sign In
.htaccess file not redirecting anymore. Possible reasons?
#11

[eluser]cahva[/eluser]
It does not show in phpinfo because the server is running php as cgi, not as a module for apache(mod_php).
If the host have moved the site from mod_php to cgi, then that would explain why rewrite doesnt work anymore.

Try to change the line:
Quote:RewriteRule ^(.*)$ /index.php/$1 [L]

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

That works for me in cgi-environment.
#12

[eluser]Bramme[/eluser]
Indeed, that was the solution!

Thanks cahva.




Theme © iAndrew 2016 - Forum software by © MyBB