Forum Moderators: coopster

Message Too Old, No Replies

Link from subdomain to domain

         

Zenigata

4:59 pm on Sep 28, 2005 (gmt 0)

10+ Year Member



Hi,
how can I link a page in subdomain.domain.tld to a page in domain.tld? If I use an absolute link, it points to the root of the subdomain.

Note I don't want to link with http:// and I use Apache

Please help me, thanks.

stargeek

5:01 pm on Sep 28, 2005 (gmt 0)

10+ Year Member



why not use an absolute [......] link?

Zenigata

5:14 pm on Sep 28, 2005 (gmt 0)

10+ Year Member



Hi,
I don't want to use http:// because this generate a new connection request to my server and I think it will overload it (I'm on a shared hosting and my site has a lot of visitors).

Is there a different way to link to domain without using [,...] maybe with a php function or .htaccess?

Thanks

stargeek

5:50 pm on Sep 28, 2005 (gmt 0)

10+ Year Member



i'm sorry but i don't see how making an absolute href will iniate a new connection request as oppposed to using a relative href.