Robert Ionescu wrote: > Shyne wrote: >> Apparently the directive RewriteCond %{REQUEST_FILENAME} !-f matches >> requests for existing files, which it should exactly not do. > > We were able to analyze the RewriteLog in a German mod_rewrite forum. > The problem here was the following: > > %{REQUEST_FILENAME} did contain the value from %{REQUEST_URI}, namely > /help/abc but not the expected and needed full physical path > /var/www/help/abc. Sounds like you're using rewrites in a .htaccess file. That results in directories at the beginning being chopped off. Joost --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx