[docs] Change in FaqUsingInterchangeWithApache made by Rene Hertell

Wiki Watch docs@icdevgroup.org
Thu Feb 13 07:54:01 2003


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

--- tmp/5z6j9SnI:194.29.199.1.previous	Thu Feb 13 07:51:37 2003
+++ tmp/5z6j9SnI:194.29.199.1.current	Thu Feb 13 07:51:37 2003
@@ -31,7 +31,7 @@
 In addition to using mod_minivend, previosuly suggested, you can do this
 with Apache rewrite rules in the VirtualHost directive for yourdomain.com:
 
-<VirtualHost a.b.c.d>
+&lt;VirtualHost a.b.c.d>
     ServerAdmin support@mainhost.com
     DocumentRoot /home/httpd/html/yourstore
     ServerName www.yourdomain.com
@@ -45,7 +45,7 @@
     RewriteRule ^/cgi-bin/yourstore/.* -                     [PT,L]
     RewriteRule ^/.*images/.* -                              [PT,L]
     RewriteRule ^/(.*) /cgi-bin/yourstore/$1                 [PT,L]
-</VirtualHost>
+&lt;/VirtualHost>
 
 I just did this for a client and it works quite well (as long as you're
 using a fairly recent version of Apache as your webserver).