<!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. By default, apache won't
follow links. There's an apache option to enable link
functionality. 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"
<<a moz-do-not-send="true" href="mailto:admin@lctn.org">admin@lctn.org</a>>
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>
<Directory /var/www/mythexport><br>
Options Indexes FollowSymLinks MultiViews<br>
AllowOverride None<br>
Order allow,deny<br>
allow from all<br>
</Directory><br>
<br>
</body>
</html>