Based on what I understand, you have installed joomla in a directory "/joomla" on you "www.domain.com"
I suppose that you have written an index.html or an index.php in your "/" root directory in which you have implemented a redirection to the "/joomla" directory in such a way that when you enter www.domain.com, you arrive to you specific index.html that redirect to the url joomla/index.php
Correct!
Ok i should abbandon the redirects and proceed as you suggest in your tutorial, my DNS environment/management does not look anywhere near the plesk or go daddy examples in your tutorial, this is where i get stuck. But hey i am willing to give it a try. In my DNS set up i find the following settings: and some are editable:
NS tiramisuitcase.com -> ns4.firstfind.nl
NS tiramisuitcase.com -> ns3.firstfind.nl
A localhost.tiramisuitcase.com -> 127.0.0.1
A tiramisuitcase.com -> 93.94.226.25 Edit Delete
A *.tiramisuitcase.com -> 93.94.226.25 Edit Delete
MX-10 tiramisuitcase.com -> server42.firstfind.nl Edit Delete
MX-20 tiramisuitcase.com -> mx1.cyso.net
MX-30 tiramisuitcase.com -> mx2.cyso.net
CNAME ftp.tiramisuitcase.com -> tiramisuitcase.com Edit Delete
CNAME pop.tiramisuitcase.com -> tiramisuitcase.com Edit Delete
CNAME smtp.tiramisuitcase.com -> tiramisuitcase.com Edit Delete
CNAME
www.tiramisuitcase.com -> tiramisuitcase.com Edit Delete
CNAME mail.tiramisuitcase.com -> tiramisuitcase.com Edit Delete
CNAME pop3.tiramisuitcase.com -> tiramisuitcase.com
now which one should i change? i guess its the CNAME
www.domain.com that should be changed/mapped to: masterdomain.com the domain where my joomla installation resides?
And it should be no problem that joomla and the multisites directory is in a subdirectory of the root, do i understand that right?
So in short: DNS: mapping slave.com to masterdomain.com
And in the jms environment: {slavesite_url}/joomla/multisites/{slave_id}
if so: DNSmapping slavedomain.com to masterdomain.com will lead the url slave.com to
www.master.com, but in my master there is no index, the joomla installation is in a subdirectory called joomla ( www.masterdomain/public_html/joomla )
seems to me that i have to install joomla in the root of the masterdomain in this case: www.masterdomain/public_html instead of in a subdirectory
and that will also fix the url that is shown in the browser? i mean now (with the redirect) when i enter
www.domain.com in the browser it will automaticly change into
www.domain.com/joomla/etc and i rather like it to be just:
www.domain.com/whatever_page_in my_site
is that correct?
thnx
Gaetan