[docs] Change in FaqUsingInterchangeWithApache made by Rene Hertell

Wiki Watch docs@icdevgroup.org
Thu Feb 13 08:00: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:59:39 2003
+++ tmp/5z6j9SnI:194.29.199.1.current	Thu Feb 13 07:59:39 2003
@@ -31,6 +31,7 @@
 In addition to using mod_minivend, previosuly suggested, you can do this<br>
 with Apache rewrite rules in the VirtualHost directive for yourdomain.com:<br>
 <br>
+<pre>
 &lt;VirtualHost a.b.c.d&gt;<br>
     ServerAdmin support@mainhost.com<br>
     DocumentRoot /home/httpd/html/yourstore<br>
@@ -46,6 +47,7 @@
     RewriteRule ^/.*images/.* -                              [PT,L]<br>
     RewriteRule ^/(.*) /cgi-bin/yourstore/$1                 [PT,L]<br>
 &lt;/VirtualHost&gt;<br>
+</pre>
 <br>
 I just did this for a client and it works quite well (as long as you're<br>
 using a fairly recent version of Apache as your webserver).<br>