Dear all,
I finally managed to install the extension and it works as promised when I use aliasses on the same domain.
However, now I would like to use an "alias" on a different IP, but on the same server. I can accomplish this, and have used it in self made scripts before, by putting a htaccess file on this domain, lets call it myalias.be , that gets redirected to mymainsite.be
So in the .htaccess on the ftp from myalias.be, i have this:
RewriteEngine on
RewriteCond %{HTTP_HOST} .
RewriteCond %{HTTP_HOST} !^www\.mymainsite\.be
RewriteRule (.*)
www.mymainsite.be/$1 [P]
Now, when I visit myalias.be, I just see the mymainsite.be website, without any installation instructions or anything. It's like joomla does not detect this as a slave site (even though I added it on mymainsite.be).
The reason it needs to be like this, is that I can't have a different IP when I use a plesk alias.
Thank you very much for any advice!
Kind regards,
Digits