Forum Moderators: phranque
I have 2 sites where users can login to check their stats from the same database, both are the exact same thing.
They will still use the same url as normal, but the login page will be the page from the other domain, but still show the old url in the url bar.
To break it down,
old
site 1> not used as stats login now, but it works the same
site 2> currently used to login
new
site 1> used to login now, but they think it's still the old url
site 2> opens login page for site 1 but still shows url for site2
I think I made it sound more difficult than it is.
www.example.com
www.otherexample.com
and BOTH site access the saem index.html. So if you went to otherexample.com, it would see the same index.html as example.com.
You can do this with directories too. Have it set up to where otherexample.com/index.html is the same as example.com/dir/otherdir/index.html.
If this is what you want, it is called aliasing. If not, I misunderstood you and I am sorry :0)
-- Zak