[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:05 2003
+++ tmp/RFs4geqA:81.17.197.52.current	Wed Mar  5 19:37:05 2003
@@ -33,19 +33,19 @@
 <br>
 <pre>
 $<VirtualHost a.b.c.d&gt;
-    $ServerAdmin support@mainhost.com
-    $DocumentRoot /home/httpd/html/yourstore
-    $ServerName www.yourdomain.com
-    $ErrorLog logs/yourdomain-error_log
-    $CustomLog logs/yourdomain-access_log common
-    $ScriptAlias /cgi-bin/ "/home/httpd/cgi-bin/"
-    $RewriteEngine On
-    $RewriteRule ^$  /cgi-bin/yourstore/index.html            [PT,L]
-    $RewriteRule ^/$ /cgi-bin/yourstore/index.html            [PT,L]
-    $RewriteRule ^/index\.html$ /cgi-bin/yourstore/index.html [PT,L]
-    $RewriteRule ^/cgi-bin/yourstore/.* -                     [PT,L]
-    $RewriteRule ^/.*images/.* -                              [PT,L]
-    $RewriteRule ^/(.*) /cgi-bin/yourstore/$1                 [PT,L]
+    ServerAdmin support@mainhost.com
+    DocumentRoot /home/httpd/html/yourstore
+    ServerName www.yourdomain.com
+    ErrorLog logs/yourdomain-error_log
+    CustomLog logs/yourdomain-access_log common
+    ScriptAlias /cgi-bin/ "/home/httpd/cgi-bin/"
+    RewriteEngine On
+    RewriteRule ^$  /cgi-bin/yourstore/index.html            [PT,L]
+    RewriteRule ^/$ /cgi-bin/yourstore/index.html            [PT,L]
+    RewriteRule ^/index\.html$ /cgi-bin/yourstore/index.html [PT,L]
+    RewriteRule ^/cgi-bin/yourstore/.* -                     [PT,L]
+    RewriteRule ^/.*images/.* -                              [PT,L]
+    RewriteRule ^/(.*) /cgi-bin/yourstore/$1                 [PT,L]
 $</VirtualHost&gt;
 
 </pre>