hey ho... i thought I would ask on here as some of you know your shizzle when it comes to stuff on the interwebs...
I am trying to place a cookie policy jobbie on my site and I have seen this used effectively on another joomla site so I thought I would use it too...
I am using the files from here:
http://cookiecuttr.com/and this is the code that I have placed in my <head>
<head>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.js"></script>
<script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/cookie/jquery.cookie.js"></script>
<script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/cookie/jquery.cookiecuttr.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$.cookieCuttr({
cookieAnalytics: true,
cookieOverlayEnabled: false,
cookiePolicyPage: false,
cookieDeclineButton: false
});
});
</script>
but it isn't working... I think it is because the link to the jquery.cookie.js file is returning a 406 Not Acceptable

thing is... I know that file is in that location... so, erm... stumped

have i missed something obvious here?
site is running on Joomla 2.5 CMS.
tia