<br><br><div class="gmail_quote">On Fri, Jan 16, 2009 at 11:21 AM, Martin Langhoff <span dir="ltr">&lt;<a href="mailto:martin.langhoff@gmail.com">martin.langhoff@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<br>
There is an alternative you can also use - less moodle-centric, and<br>
may be unsupported going forward<br>
<br>
1 - create a new directory: /var/www/mylocalcontent , put your files there<br>
<br>
2 - add a new apache config file in /etc/httpd/conf.d - in that file,<br>
you need an Alias line, and a &lt;Directory&gt; section. I think it needsto<br>
be something like<br>
<br>
 &nbsp; Alias /mylocalcontent /var/www/mylocalcontent<br>
 &nbsp; &lt;Directory /var/www/mylocalcontent&gt;<br>
 &nbsp; order allow,deny<br>
 &nbsp; allow all<br>
 &nbsp; &lt;/Directory&gt;<br>
<br>
3 - Edit the moodle header include to add a link to that content -<br>
look in /var/www/moodle/web/themes/xo/header.html<br>
<br>
</blockquote><div><br>Since, at least for now, we&#39;re not going to be using moodle in Birmingham yet, I renamed&nbsp; <br></div></div><br>/etc/httpd/conf.d/010-make-moodle-default.conf<br><br>to /etc/httpd/conf.d/010-make-moodle-default.conf.orig<br>
<br>and then /var/www/html/ went back to the way it was as in XS 0.4.&nbsp; In fact, on my test server, I have /var/www/html on a separate partition on another physical drive, so it only took an fstab edit to put the web content back.<br>
<br>Anna Schoolfield<br>Birmingham<br>