Top "Subdomain" questions

Subdomain is a domain which is a part of a larger domain.

Apache Multiple Sub Domains With One IP Address

This has probably been asked but I can't find a straight answer, or the ones I found don't work. I …

apache subdomain vhosts
How do I get my computer's fully qualified domain name in Python?

I know I can use platform.node() to get my computer's network name: >>> import platform >>&…

python networking dns subdomain
How to configure subdomains for Apache2 on Ubuntu?

I followed these instructions to configure subdomains for apache. I can access the subdomain using http://localhost/test though I …

apache configuration dns subdomain virtualhost
Creating subdomain / virtualhost in apache on CentOS 6.2

I've been trying to make a subdomain to host my forum to make it look better than www.mydomain.co.…

subdomain virtualhost
Best way for allowing subdomain session cookies using Tomcat

By default tomcat will create a session cookie for the current domain. If you are on www.example.com, your …

java tomcat session cookies subdomain
Get the domain name of the subdomain Javascript

How i can get the domain name example.com from the set of possible subdomains sub1.example.com sub2.example.…

javascript jquery dns subdomain
connecting SSL to subdomain

I have an SSL assigned to my main domain and I'm wondering if I can use the SSL to my …

ssl subdomain
Wildcard Subdomains

I know there have been a few threads on this before, but I have tried absolutely everything suggested (that I …

subdomain localhost wildcard mamp wildcard-subdomain
nginx server configuration: subdomain to folder

I migrated from Apache 2 to nginx and I've got problems to handly my subdomain control. What I want: When x.…

nginx subdomain rewrite
How to get a subdomain using window.location?

If I have a hostname such as: http://sample.example.com and in Javascript I do window.location.hostname, would …

javascript subdomain hostname