In my Apache's error log is written only: [Thu Oct 18 20:38:52 2007] [error] [client 127.0.0.1] LogLevel is set to debug in httpd.conf. What's the error? What level is more verbose than debug? I was doing this in .htaccess: RewriteEngine On RewriteCond %{HTTP_HOST} ^localhost$ [NC] RewriteRule ^([A-Za-z0-9-]+)?/$ index.php?page=$1 [L] I was just trying to see if all the pages like this: localhost/mypage/ are redirected. I'm running Apache 2 under Windows Vista.