[docs] Change in FaqUsingInterchangeWithApache made by Rene Hertell

Rene Hertell docs@icdevgroup.org
Wed Mar 5 19:52:01 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>&gt; &gt;

Well, the <nowiki> did not work 100%.. Had to replace the < and > with &gt;
and &gt; so that the the <VirtualHost -line would be visible..

Should I by the way revert my unnecessary changes so that the "backup
copies" page would not be 3 pages long?

Rene