jayhoonova
04-17-2004, 01:35 PM
Hi!
I have 2 domain names for ex. www.en.com and www.tr.com
and I have one server. My base domain is www.en.com
I' ll point them in same index.asp...
My Questions are;
1) if I have a link like in my index.asp
<a href="post.asp" target="_self">Click Here</a>
will it be seems like
www.en.com/link.asp
www.tr.com/link.asp
or because of my base domain all my links will seem like www.en.com/link.asp ??
2) How can I learn where user coming from? But I m not talking about referer I m talking about which domain he types to the adress bar....
how can I learn that he is coming from www.tr.com or www.en.com
by this I want to set session("lang") to different values...
is it possible to learn what user write his adress bar?
http_referer is only shows where user is coming from... if a website links you ... but I want to learn if user comes directly to my website by typing web adress by his self...
For example how can I get www.codingforum.com in this page with a command
Sorry about my english..
I have 2 domain names for ex. www.en.com and www.tr.com
and I have one server. My base domain is www.en.com
I' ll point them in same index.asp...
My Questions are;
1) if I have a link like in my index.asp
<a href="post.asp" target="_self">Click Here</a>
will it be seems like
www.en.com/link.asp
www.tr.com/link.asp
or because of my base domain all my links will seem like www.en.com/link.asp ??
2) How can I learn where user coming from? But I m not talking about referer I m talking about which domain he types to the adress bar....
how can I learn that he is coming from www.tr.com or www.en.com
by this I want to set session("lang") to different values...
is it possible to learn what user write his adress bar?
http_referer is only shows where user is coming from... if a website links you ... but I want to learn if user comes directly to my website by typing web adress by his self...
For example how can I get www.codingforum.com in this page with a command
Sorry about my english..