Forum Moderators: phranque

Message Too Old, No Replies

mask url

or include page or something

         

Doood

5:16 pm on Feb 17, 2005 (gmt 0)

10+ Year Member



How can I include a full page from my other domain into the this one? Iframes? Redirect? or use some include tag?

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.

lZakl

7:44 pm on Feb 17, 2005 (gmt 0)

10+ Year Member



Maybe what you are looking for is an alias? I can't really understand what you are asking. An alias would allow you to have

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

Doood

9:40 pm on Feb 17, 2005 (gmt 0)

10+ Year Member



I'm just trying to keep the two sites seperate and open a page within a page.

Kind of like when you click a link and go to a different page but it still says index in url bar. Like that.