Hello,
I have a problem with Apache for WinNT the Rewrite Module and
.htaccess (UNIX users are also welcome to help).
I made a test with a new installed Apache 1.3.9 for WinNT and I made
the following changes in the httpd.conf:
1. I removed the comment char "#" in front of the line
LoadModule rewrite_module modules/ApacheModuleRewrite.dll.
2. I replaced all available "AllowOverride None" with "AllowOverride
All" (<Directory />, <Directory "c:/programme/apache/htdocs">,
<Directory "c:/programme/apache/cgi-bin">).
That was all I changed in the httpd.conf.
After starting Apache and I got the Apache status page for the address
http://www.veryComputer.com/. The Apache worked. Then I have created a RewriteRule
in the httpd.conf
Rewri*gine on
RewriteRule ^/$ /e/www/ [R]
and for http://www.veryComputer.com/
/e/www/.
After moving the RewriteRule to the .htaccess I got the Apache status
page for the address http://www.veryComputer.com/.
WHAT'S GOING WRONG?
--
cu Andreas Baum