Announcement

Do not use the forums to submit bug reports, feature requests or patches, submit a New Ticket instead.

#1 2007-04-03 16:15:15

ardligthart
New member
Registered: 2007-04-03
Posts: 1

one installation for more domains

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

#2 2007-05-20 14:06:37

tteddo
Xinha Community Member
From: Maine
Registered: 2005-06-28
Posts: 13
Website

Re: one installation for more domains

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

Board footer

Powered by FluxBB