<div dir="ltr">Do you have a DNS entry for <a href="http://www.mysite.com?">www.mysite.com?</a>?? Does it work for <a href="http://mysite.com">mysite.com</a> (without www)?<br><br><br><div class="gmail_quote">On Wed, Jul 23, 2008 at 4:37 PM, Steve Edwards &lt;<a href="mailto:killshot91@comcast.net">killshot91@comcast.net</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">


  
  

<div bgcolor="#ffffff" text="#000000">
<font size="-1"><font face="Arial">Here is what already exists in
httpd.conf:<br>
<br>
DirectoryIndex index.php index.html index.htm index.shtml index.php4
index.php3 index.phtml index.cgi<br>
<br>
I also added <br>
<br>
</font></font><font size="-1"><font face="Arial">DirectoryIndex
index.php <br>
<br>
to my VirtualHost section and reloaded httpd, but no change.<br>
<br>
Steve<br>
</font></font><br>
lists-drupal wrote:
<blockquote type="cite">
  <pre>You need to &quot;fix&quot; the httpd.conf

  DirectoryIndex

directive.

If your default directory indexes are always index.php, then you
need to set that as the first (and maybe only) entry in the
list. If you want index.php to be used if it&#39;s there, but
index.htm/.html used if it&#39;s there but no index.php, then you
should have something like:

  DirectoryIndex index.php index.html index.htm


[you&#39;ll need to restart apache after making this change.]

  - Rick



------------ Original Message ------------
  </pre><div><div></div><div class="Wj3C7c">
  <blockquote type="cite">
    <pre>Date: Wednesday, July 23, 2008 11:54:33 AM -0700
From: Steve Edwards <a href="mailto:killshot91@comcast.net" target="_blank">&lt;killshot91@comcast.net&gt;</a>
To: Drupal Support <a href="mailto:support@drupal.org" target="_blank">&lt;support@drupal.org&gt;</a>
Subject: [support] GNU License displayed instead of home page

As some of you may remember from a previous thread, I had some
Apache issues on a new site with clean URLs.  We eventually
got the httpd.conf file updated correctly  (we were missing
FollowSymLinks), and we can now get to all the links - except
the home page.  So basically, it&#39;s reversed from before.  When
I go to <a href="http://www.mysite.com" target="_blank">www.mysite.com</a>, I get the text of the GNU public
license instead of the home page.  If I go to
<a href="http://mysite.com/index.php" target="_blank">mysite.com/index.php</a>, I get the home page just fine.  I
realize this is more of an Apache issue, but I&#39;m curious to
see if anyone has come across this issue before and if they
know how to fix it.

Thanks.

Steve

    </pre>
  </blockquote>
  </div></div><pre>------------ End Original Message ------------



  </pre>
</blockquote>
</div>

<br>--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br></blockquote></div><br></div>