Hi all,
is there a difference between the mod_rewrite module of Apache and $_SERVER['REDIRECT_HTTP_MOD_REWRITE'] or $_ENV['REDIRECT_HTTP_MOD_REWRITE']?
Processwire fails to detect mod_rewrite, but $_SERVER/$_ENV['REDIRECT_HTTP_MOD_REWRITE'] is "on".
Does it have to do with Apache running as FastCGI? I'm totally stuck here, because every other system using rewrites works fine on the machine, only Processwire fails. From phpinfo():
$_ENV["REDIRECT_HTTP_MOD_REWRITE"] On
$_SERVER["REDIRECT_HTTP_MOD_REWRITE"] On
Thanks for any hint!
Thomas