[docs] Change in FaqUsingInterchangeWithApache made by Rene Hertell

Wiki Watch docs@icdevgroup.org
Wed Mar 5 19:45:00 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:44:29 2003
+++ tmp/RFs4geqA:81.17.197.52.current	Wed Mar  5 19:44:29 2003
@@ -33,7 +33,7 @@
 with Apache rewrite rules in the VirtualHost directive for yourdomain.com:<br>
 <br>
 <pre>
-<VirtualHost a.b.c.d>
+&lt;VirtualHost a.b.c.d&gt;
     ServerAdmin support@mainhost.com
     DocumentRoot /home/httpd/html/yourstore
     ServerName www.yourdomain.com
@@ -47,7 +47,7 @@
     RewriteRule ^/cgi-bin/yourstore/.* -                     [PT,L]
     RewriteRule ^/.*images/.* -                              [PT,L]
     RewriteRule ^/(.*) /cgi-bin/yourstore/$1                 [PT,L]
-</VirtualHost>
+&lt;/VirtualHost&gt;
 
 </pre>
 <br>