diff --git a/mirroring-troubles.php b/mirroring-troubles.php index 3be0ac169..78ae79168 100644 --- a/mirroring-troubles.php +++ b/mirroring-troubles.php @@ -32,7 +32,6 @@ site_header("The PHP mirrors problem and troubleshooting guide"); solution is to move the MultiViews option into a specific directory and disable it from there. For example:

-

   <VirtualHost *:80>
     <Directory /path/to/phpweb>
@@ -44,7 +43,6 @@ site_header("The PHP mirrors problem and troubleshooting guide");
     ....
   </VirtualHost> 
 
-

The mirror settings example also demonstrates this use. See also the Apache documentation that describes @@ -131,4 +129,5 @@ site_header("The PHP mirrors problem and troubleshooting guide");