You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Rob Hartill <ro...@imdb.com> on 1997/01/15 19:40:33 UTC

[BUG]: "rewriteengine options not found in .htaccess" on Solaris 2.x (fwd)

not acked

---------- Forwarded message ----------
Date: Wed Jan 15 9:52:35 1997
From: sfx@unix-ag.uni-siegen.de
To: apache-bugs%apache.org@organic.com
Subject: [BUG]: "rewriteengine options not found in .htaccess" on Solaris 2.x

Submitter: sfx@unix-ag.uni-siegen.de
Operating system: Solaris 2.x, version: 
Version of Apache Used: 1.2b4
Extra Modules used: 
URL exhibiting problem: 

Symptoms:
--
I have a "AccessFileName .htaccess" line
in my srm.conf and try to use the rewrite_module
functions in my (top-level) .htaccess.

I have the following lines in my .htaccess file:
RewriteEngine on
RewriteLog logs/rewrite.log
RewriteLogLevel 9
RewriteRule ^/e/(.*)$ /usr/local/etc/httpd/htdocs/e/$1 [L]
RewriteRule ^/(.*)$ /usr/local/etc/httpd/htdocs/d/$1 [L]


But it does not work. It seems that the apache completely ignores
the .htaccess file, because no rewrite.log is created.

--

Backtrace:
--

--