[docs] Change in FaqUsingInterchangeWithApache made by Rene Hertell

Wiki Watch docs@icdevgroup.org
Wed Mar 5 19:40:24 2003


You can visit the live page at this URL:
http://www.icdevgroup.org/i/doc/wiki/FaqUsingInterchangeWithApache.html

--- tmp/RFs4geqA:81.17.197.52.previous	Wed Mar  5 19:37:31 2003
+++ tmp/RFs4geqA:81.17.197.52.current	Wed Mar  5 19:37:31 2003
@@ -32,7 +32,7 @@
 with Apache rewrite rules in the VirtualHost directive for yourdomain.com:<br>
 <br>
 <pre>
-$<VirtualHost a.b.c.d&gt;
+<VirtualHost a.b.c.d>
     ServerAdmin support@mainhost.com
     DocumentRoot /home/httpd/html/yourstore
     ServerName www.yourdomain.com
@@ -46,7 +46,7 @@
     RewriteRule ^/cgi-bin/yourstore/.* -                     [PT,L]
     RewriteRule ^/.*images/.* -                              [PT,L]
     RewriteRule ^/(.*) /cgi-bin/yourstore/$1                 [PT,L]
-$</VirtualHost&gt;
+</VirtualHost>
 
 </pre>
 <br>