<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Chris Petersen wrote:
<blockquote cite="mid43F1447A.9000804@forevermore.net" type="cite">
  <blockquote type="cite">
    <pre wrap="">My FC4 defaults had this problem as well.  The first AllowOverride is
in &lt;Directory /&gt;, but there is a second about 35 lines down in
&lt;Directory "/var/www/html"&gt;.  Both need to be changed to
"AllowOverride All".
    </pre>
  </blockquote>
  <pre wrap=""><!---->
No, both do NOT have to be changed.  The first one (for /) *should* be 
set to none, as doing otherwise encompasses a possible security risk.

The second one (for /var/www/html, or as I change it, for /var/www) is 
the only one that needs to be changed.  Heck, you could put your own in 
for /var/www/html/mythweb/ and it'd work, too.

-Chris
  </pre>
</blockquote>
Like I said earlier in this thread:<br>
<a class="moz-txt-link-freetext" href="http://www.gossamer-threads.com/lists/mythtv/users/182147?do=post_view_threaded#182147">http://www.gossamer-threads.com/lists/mythtv/users/182147?do=post_view_threaded#182147</a><br>
<br>
-Shawn<br>
<br>
</body>
</html>