<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1"><font face="Arial">We finally figured it out.&nbsp; For some
reason, the .htaccess file was explicity overriding DirectoryIndex to
point to license.txt.&nbsp; I have no idea why, since I just uploaded the
standard Drupal file (or at least I thought I did).&nbsp; But at least it's
fixed.<br>
<br>
Thanks for your suggestions.<br>
<br>
Steve<br>
</font></font><br>
lists-drupal wrote:
<blockquote cite="mid:D9C2E9D1EE6DD9324BA57BFA@ritz.innovate.net"
 type="cite">
  <pre wrap="">you can have this directive at both the global as well as the
virtual host level. make certain that you're looking at the
correct one(s).  [i don't remember if this directive is allowed
in the .htaccess file, but you may want to double check there.
you may also have a conf.d directory (under httpd). the php.conf
file should have this set correctly for what you're after, but
check other of the .conf files in that directory.]

check your server logs to make certain that you're where you
think you are when being served the gnu license page.



------------ Original Message ------------
  </pre>
  <blockquote type="cite">
    <pre wrap="">Date: Wednesday, July 23, 2008 12:37:47 PM -0700
From: Steve Edwards <a class="moz-txt-link-rfc2396E" href="mailto:killshot91@comcast.net">&lt;killshot91@comcast.net&gt;</a>
To: Drupal Support <a class="moz-txt-link-rfc2396E" href="mailto:support@drupal.org">&lt;support@drupal.org&gt;</a>
Subject: Re: [support] GNU License displayed instead of home
    </pre>
  </blockquote>
  <pre wrap=""><!---->page
  </pre>
  <blockquote type="cite">
    <pre wrap="">Here is what already exists in httpd.conf:

DirectoryIndex index.php index.html index.htm index.shtml
index.php4 index.php3 index.phtml index.cgi

I also added

DirectoryIndex index.php

to my VirtualHost section and reloaded httpd, but no change.

Steve

lists-drupal wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">You need to "fix" 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's there, but
index.htm/.html used if it's there but no index.php, then you
should have something like:

  DirectoryIndex index.php index.html index.htm


[you'll need to restart apache after making this change.]

  - Rick



------------ Original Message ------------
  
      </pre>
      <blockquote type="cite">
        <pre wrap="">Date: Wednesday, July 23, 2008 11:54:33 AM -0700
From: Steve Edwards <a class="moz-txt-link-rfc2396E" href="mailto:killshot91@comcast.net">&lt;killshot91@comcast.net&gt;</a>
To: Drupal Support <a class="moz-txt-link-rfc2396E" href="mailto:support@drupal.org">&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's reversed
from before.  When I go to <a class="moz-txt-link-abbreviated" href="http://www.mysite.com">www.mysite.com</a>, I get the text of
the GNU public license instead of the home page.  If I go to
mysite.com/index.php, I get the home page just fine.  I
realize this is more of an Apache issue, but I'm curious to
see if anyone has come across this issue before and if they
know how to fix it.

Thanks.

Steve

    
        </pre>
      </blockquote>
      <pre wrap="">------------ End Original Message ------------



  
      </pre>
    </blockquote>
  </blockquote>
  <pre wrap=""><!---->
------------ End Original Message ------------



  </pre>
</blockquote>
</body>
</html>