On 7/8/05, Markus Mayer <[EMAIL PROTECTED]> wrote: > Hallo Everybody! :-) > > I have a really strange problem for which I can't find a solution. > > I have a .htaccess file with a simple rewrite rule in it which right now just > rewrites from one non existent file to an existing file (see below). These > rules work fine when I call up the pages through a http call, but when I do > it using https, I get an "Internal Server Error". The error log for the > https contains entries with "RewriteEngine not allowed here". If I remove > the RewriteEngine On line, then I get "RewriteRule not allowed here". In the > apache server config, I have an entry for the directory with "AllowOverride > All" in both http and https. I'm rellay at a loss as to what's happening. > Does anyone have any ideas?
Check for every instance of the AllowOverride directive in all your apache config files and make sure that you don't have one overriding your "all". Joshua. --------------------------------------------------------------------- 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: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]