You are not logged in.
Pages: 1
Hello people,
Release: Trunk (Do, 22 Feb 2007 02:11:56 +0100)
Head: http://svn.xinha.python-hosting.com/tag … nhaCore.js
Revision: 757
Last Changed By: ray
situation: I want to install one Xinha package on my server and using this package from other domains on that server
http://www.web-dienstverlening.nl/cms/xinha/htmlarea.js // This is the location of the xinha package.
http://www.web-dienstverlening.nl/ontwi … /index.php // The page that contains the textarea. This works fine using the code below.
<script type="text/javascript">
_editor_url = "http://www.web-dienstverlening.nl/cms/xinha/"
_editor_lang = "nl";
</script>
<script type="text/javascript" src="http://www.web-dienstverlening.nl/cms/xinha/htmlarea.js"></script>
But when i am using the same code on the other domain like:
http://www.ardligthart.nl/huis/index.php // this will not work.
question:
Is it possible to install one version of xinha for more than one domain's. Due to maintainence point of view this is my whish.
Thanks
Ard
Offline
I use a virtual folder in IIS to server about 50 sites from the one folder. I am sure there is a similar way to make a vitual folder in Apache.
Yup! It's called an alias: http://httpd.apache.org/docs/2.0/mod/mo … html#alias
Offline
Pages: 1