I have a temporary website (one that I am waiting to point my domain to) so the address is
http://mjtent.com/~abr/index.phpI am running Zikula and I have a module that uses fckeditor so it accesses an html file (modules/abrTracker/FCKeditor/editor/fckeditor.html) this works fine with a regular website ... I have several that are using it fine.
I think it has something to do with the ~abr/ which is added to the front of this call and I am getting the following error:
You don't have permission to access /~abr/modules/abrTracker/FCKeditor/editor/fckeditor.html on this server.
So I changed the basedir so that it would actually access the correct path: /home/abr/public_html/modules/abrTracker/FCKeditor/editor/fckeditor.html
But I still get the same error.
I think apache is preventing me from doing this but I am not sure how to get around it so I can keep testing before I go live with the domain name.
Any ideas?