<!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 text="#000000" bgcolor="#ffffff">
    <br>
    <br>
    On 01/10/2012 08:06 PM, Mark Bobak wrote:
    <blockquote
cite="mid:CAFQ5ACLyd_yMrmaNAviUNWk0TdS6aEa8Ej3hypbcPTZMcVVirQ@mail.gmail.com"
      type="cite">
      <p>It has to do with the symbolic link.&nbsp; By default, apache won't
        follow links.&nbsp; There's an apache option to enable link
        functionality.&nbsp; Can't remember it, but if you google, should be
        easy to find.</p>
      <div class="gmail_quote">On Jan 10, 2012 8:37 PM, "Raymond Norton"
        &lt;<a moz-do-not-send="true" href="mailto:admin@lctn.org">admin@lctn.org</a>&gt;
        wrote:<br type="attribution">
        <blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
          0.8ex; border-left: 1px solid rgb(204, 204, 204);
          padding-left: 1ex;">
          <div text="#000000" bgcolor="#ffffff">
            I am having trouble setting up mythexport on Mythbuntu 11.10
          </div>
        </blockquote>
      </div>
      <br>
    </blockquote>
    <br>
    I fixed it by adding the following to default-mythbuntu:<br>
    <br>
    &lt;Directory /var/www/mythexport&gt;<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Options Indexes FollowSymLinks MultiViews<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AllowOverride None<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Order allow,deny<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; allow from all<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/Directory&gt;<br>
    <br>
  </body>
</html>