<div dir="ltr"><div><div>Hi Guys,<br></div>I used to be able to configure  an Apache2.2 virtual host in my sleep but I haven&#39;t done it for a while.  So I set my config &quot;<a href="http://mysite.com" target="_blank">newsite.mysite.com.conf</a>&quot; file in sites-available and did the traditional a2ensite <a href="http://mysite.com" target="_blank">newsite.mysite.com</a>.  I keep the classic &quot;It works!&quot; Apache  home page rather than my new wordpress site. Here&#39;s my config file:<br>
<br>&lt;VirtualHost *:80&gt;<br><br>ServerName <a href="http://newsite.mysite.com">newsite.mysite.com</a><br><br>DocumentRoot /var/www/newsite<br><br>ServerAdmin <a href="mailto:chris@aacil.org">chris@aacil.org</a><br><br>
    &lt;Directory /&gt;<br>        Options FollowSymLinks<br>        AllowOverride None<br>    &lt;/Directory&gt;<br><br>    &lt;Directory /var/www/newSite &gt;<br>      Options Indexes FollowSymLinks MultiViews<br>      AllowOverride None<br>
      Order allow,deny<br>      Deny from all<br>    &lt;/Directory&gt;<br><br><br>&lt;/VirtualHost&gt;<br><br></div><div>I also put <br>127.0.0.1  <a href="http://newsite.mysite.com">newsite.mysite.com</a><br>in /etc/hosts<br>
<br></div><div>Any help would be appreciated.<br>
</div><br>Thanks.</div>