<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">You might just add a global redirect pointing your www. subdomain to the main domain.&nbsp;<div><br></div><div><div>&nbsp;# To redirect all users to access the site WITHOUT the 'www.' prefix,</div><div>&nbsp;&nbsp;RewriteCond %{HTTP_HOST} ^www\.example\.com$ [NC]</div><div>&nbsp;&nbsp;RewriteRule ^(.*)$ http://example.com/$1 [L,R=301]</div><div><br></div><div>Laura</div><div><br></div><div><div>On Jul 23, 2008, at 12:54 PM, Steve Edwards wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"> <div bgcolor="#ffffff" text="#000000"> <font size="-1"><font face="Arial">As some of you may remember from a previous thread, I had some Apache issues on a new site with clean URLs.&nbsp; We eventually got the httpd.conf file updated correctly&nbsp; (we were missing FollowSymLinks), and we can now get to all the links - except the home page.&nbsp; So basically, it's reversed from before.&nbsp; 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.&nbsp; If I go to mysite.com/index.php, I get the home page just fine.&nbsp; 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.<br> <br> Thanks.<br> <br> Steve<br> </font></font> <br> </div>  -- <br>[ Drupal support list | <a href="http://lists.drupal.org/">http://lists.drupal.org/</a> ]</blockquote></div><br></div></body></html>