Note that there are some explanatory texts on larger screens.

plurals
  1. POSVN directories not showing up in localhost when using WAMP
    text
    copied!<p>I recently installed WAMP for actual local use. I've worked on live development servers but now am working on localhost. I've managed to get multiple virtual hosts setup on my WAMP/Vista 64-bit box but am having difficulty with directories pulled from SVN. I have four vhosts setup. Two work well and they are not tied to any SVN just yet. I'm also using TortoiseSVN in case it makes any difference. However, the other projects are coming from SVN repositories. When I view these two projects I get the following error:</p> <p><em>Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, admin@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log.</em></p> <p>The way I setup the vhosts is as follows:</p> <p><strong>httpd.conf</strong></p> <pre><code># Multiple Virtual Hosts &lt;VirtualHost 127.0.0.1&gt; ServerName localhost DocumentRoot "C:/wamp/www/" &lt;/VirtualHost&gt; &lt;VirtualHost 127.0.1.0&gt; ServerName testone.local DocumentRoot "C:/wamp/www/root/projectone/" &lt;/VirtualHost&gt; &lt;VirtualHost 127.0.2.0&gt; ServerName testtwo.local DocumentRoot "C:/wamp/www/root/projecttwo/" &lt;/VirtualHost&gt; &lt;VirtualHost 127.0.3.0&gt; ServerName testthree.local DocumentRoot "C:/wamp/www/root/projectthree/" &lt;/VirtualHost&gt; &lt;VirtualHost 127.0.3.1&gt; ServerName testfour.local DocumentRoot "C:/wamp/www/root/projectfour/" &lt;/VirtualHost&gt; </code></pre> <p>And here's the '<strong>hosts</strong>' file:</p> <pre><code># Localhost 127.0.0.1 localhost ::1 localhost # Project One 127.0.1.0 testone.local # Project Two 127.0.2.0 testtwo.local # Project Three 127.0.3.0 testthree.local # Project Four 127.0.3.1 testfour.local </code></pre> <p>Everything works just fine. So if you want to tell me I'm doing something wrong then by all means point out a few things. But as it stands, it works and I'm content using different IPs and/or named-based vhosts.</p> <p>The problem comes in not being able to see the directories and files in the projects that are tied to an SVN. Whenever I visit <a href="http://testxxxx.local" rel="nofollow noreferrer">http://testxxxx.local</a> I get the error message at the top of this post. Please provide some suggestions. Thank you!</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload