the rewrite mod is loaded with apache but if i try something like:
.htaccess >>>
RewriteEngine on
RewriteRule ([A-Za-z0-9]*).html /$1.php
and request index.html
i get Internal Server Error!
the logfile output:
[client 127.0.0.1] Premature end of script headers: d:/dev/php4/php.exe
there no problems on my host but local with my windows...
maybe someone can send me a httpd.conf with working mod_rewrite...