How to get a domain with multiples points? [closed] - web

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I want buy a domain for example chat.com, but how to get a domain with more one points.
for example:
web.chat.com
What i need for this ? Is programming or is some type of domain services?

in your example "web" is a subdomain, you can set up as many of these as you want IF you own the domain (chat.com)
so just buy the domain you want (chat.com is probably not available)
then you set up your subdomains with your DNS-provider (often the same place where you buy your domain), the subdomains then "point" to one or more servers where you host your web-pages, apps, api:s ...
if you point more than one subdomain to the same server you can configure the web server (e.g. apache) to handle traffic to the different subdomains.

Related

Do i need to add host name to DNS server [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I am hosting and application in IIS. the application is a INTRANET APPLICATION.
Already the server has 2 application hosted in it with host names
site1.k.com and site2.k.com
k.com is my domain name.
I have give host name for my site as
site3.k.com
Do i have to make DNS entry for this.
If you have a wildcard dns entry such that <anything>.k.com goes to your server, then you don't need a specific DNS entry for site3.k.com, but it might make things easier down the road if you have it.
Of course, if you don't have the wildcard set up, and you need to have the url for site3.k.com work, then yeah, it'd be required.
Now, you mention that this is intranet ... if you have a windows server configured to broadcast that it's name is site3 via WINS service, then you might get away with not having the DNS entry, but this behavior is not reliable, because WINS may or may not route to remote sites, depending on WAN and/or VPN configurations, and will generally be a pain in the ass for support.

How to point two different domain names to a single website? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I have on website but this site has no meaning full domain name but have good ranking on internet. I want to make this like this website will be pointed by two different domain names.
please suggest me that how can i do this. please give me easy steps for doing this.
Thanks
Under each of your domains you should have DNS settings so go there and put the same DNS for each domain or you can set DNS for the first on and redirection for the second one.
You can just setup DNS records for both domains to point to the IP of your server.
If you have virtual hosts configured on your server, you may need to create an entry for both domain names.

Best practice for URL direction in a multi TLD site [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I'm about to re-launch a corporate website which has the same link structure for each of 10 different top level domains.
There are presently no other international websites, but there may be in the future.
For simplicity's sake I intend to nominate a single primary domain and then use htaccess to redirect incoming traffic from alternative TLD's back to the primary domain*
Is this best practice in terms of efficiency and SEO?
All depends on your content. If each site/tld has its own unique content for that region, then host this on its own domain.
If not don't duplicate the site - redirect to a more 'generic' tld, like .com.

Question on CNAME for different domains [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
The community reviewed whether to reopen this question 8 months ago and left it closed:
Original close reason(s) were not resolved
Improve this question
Is it posssible for me to use CNAME for different domains like
www.domain2.com CNAME www.domain1.com
Both are server from same server but different Virtual host (root paths are different)
Yes, it is valid for a CNAME to point to an entirely different domain. This is often used in the context of using CNAME records to handle the TLD variants on your domain such as:
mydomain.com CNAME mydomain.net.
It is possible to do this at the DNS level, but that effectively means that both domains point to the same resource. If you have 2 different applications serving different content, than this is not the case.

how to make custom domains [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 12 years ago.
Improve this question
How to make custom domains like these
http://fb.me
http://youtu.be
You buy them from registrars based in Montenegro and Belgium respectively.
Domain name "youtu.be" is already owned by Google.
Domain name "fb.me" belongs to facebook.com
You can check if domain name is already registered for example here: http://www.networksolutions.com/whois/index.jsp
Well, just register the domain name you want (something short probably).
If you want a URL shortener (as the http://youtu.be example) you will need to point this domain to a web application that will convert the short form to the original URL. You can download and install a small webapp (e.g. shortenr) that does, need need to write one yourself.

Resources