The following reply was made to PR mod_rewrite/3350; it has been noted by GNATS.

From: Lars Eilebrecht <[EMAIL PROTECTED]>
To: (Apache GNATS) <[EMAIL PROTECTED]>
Cc:  Subject: Re: mod_rewrite/3350: the mod_rewrite has no reaction
Date: Sat, 07 Nov 1998 02:31:11 +0100 (CET)

 According to [EMAIL PROTECTED]:
 
 >   ============httpd.conf================
 >   ...
 >   ...
 >   NameVirtualHost 203.200.200.100
 >   <VirtualHost 203.200.200.100>
 >   DocumentRoot "e:/apache/users/"
 >   servername www.mydomain.com
 >   RewriteEngine on
 >   RewriteRule ^foo\.html$             foo.31.html
                 ^^^
 You forgot a "/" after the "^" in your pattern.
 Use "^/foo\.html$" instead.
 
     RewriteRule ^foo\.html$             foo.31.html
 
 >   RewriteLog Logs/Rewrite.log
 >   RewriteLogLevel 9
 >   </VirtualHost>
 
 
 Regards...
 -- 
 Lars Eilebrecht
 [EMAIL PROTECTED]
 

Reply via email to