About 329,000 results
Open links in new tab
  1. Windows Active Directory naming best practices? - Server Fault

    Example.com is a DNS host alias that serves the domain zone of the same name. Using it for other purposes, such as https://example.com, is incorrect: the web host must have a suitable name, such …

  2. domain name system - Configure proper DNS records for separate …

    Separating your domain registration and DNS services from your web hosting provider ensures that your web host won't have an incentive to make it difficult for you to switch providers. Specialized e-mail …

  3. web server - When specifying a "host name", do we still need to specify ...

    Feb 11, 2019 · Thanks. (1) Can you tell me how to make a host name that can be resolve to more than one IP addresses? (2) When specifying a "host name", do we still need to specify a port? Is a host …

  4. How to Redirect to specific Login page based on host-name in IIS …

    Oct 5, 2023 · 1 To create a rule in IIS URL Rewrite to redirect users to specific login pages based on the host name (sub-domain) while excluding redirection for requests with paths or query strings, you can …

  5. Localhost works but Computer Name does not - Server Fault

    Jan 29, 2010 · Windows Firewall can not get out to your DNS to resolve your computer name back to 127.0.0.1 You can also put the computer name in the c:\windows\system32\drivers\etc\host file along …

  6. asp.net - Deployed Application runs on localhost but fails with a ...

    Mar 13, 2015 · Bindings Check your iis site bindings and if needed create additional binding with host name and ip address. if there are other sites then try a different port number [8080, or 8081 etc] Host …

  7. IIS7: can't set host name on site with SSL cert and port 443

    Dec 23, 2009 · I understand that the SSL request comes into the web server, and the host header in the packet is encrypted. Why then would IIS6 allow the host header to be specified, but IIS7 not? …

  8. given a URL, how do I find the domain registrar and the web host?

    Nov 1, 2010 · 4 If I had a domain name, and wanted to find the registrar and the hosting company for that domain, how do I do that? Is there any central registry that keeps track of it? If yes, is there any …

  9. How to properly set bindings in IIS server

    Host Header on one IP IIS can be configured to look at the host header for an incoming request route it to the correct web site even on a single IP address. This is done by configuring the site bindings and …

  10. How to test a HTTPS URL with a given IP address - Server Fault

    Oct 31, 2012 · Now I get a cURL error: curl: (51) SSL: certificate subject name 'DOMAIN.TLD' does not match target host name 'IP_ADDRESS'. I can of course get around this by telling cURL not to care …