Top "Subdomain" questions

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

Why are some websites spread across www2, www3 sub-domains whilst others manage scaling without it?

I know it's to do with having a variety of load balancing servers, but why do some sites make use …

url scalability load-balancing scaling subdomain
apache map single subdomain to folder

In my /var/www I have a number of sites (goodsite, badsite, uglysite). Right now they are accessed by mydomain.…

apache .htaccess mod-rewrite subdomain virtualhost
CakePHP website mobile version

I have developed a full website with CakePHP framework and we'd like to make a very light version of the …

cakephp subdomain mobile-website
How do I make a custom subdomain on Firebase?

I have purchased a domain ("www.mydomain.com"). How do I make a subdomain on Firebase ("sub.mydomain.com"), if …

dns subdomain firebase firebase-hosting
My subdomains on hostgator are not working

We are hosting our primary domain on HostGator, and we've recently created sub-domains on the primary domain with the following …

hosting subdomain web-hosting
Different name servers for different subdomains

Let's say I have a website example.com which I bought via a common domain registry nomcheap.com. I want …

dns subdomain nameservers
How to upload laravel project on subdomain?

I want to host a laravel project in a subdomain.. For that first First I create a subdomain name registraion. …

php laravel subdomain cpanel
Dynamic Subdomain Handling in a Web App (Flask)

I'm going to be using flask to create a web application, and part of the application will involve a subdomain (…

python web subdomain flask wildcard-subdomain
redirect all subdomains from http to https

I redirect all http requests for my subdomain to https by using following code. <VirtualHost *:80> ServerName subdomain.example.…

apache redirect subdomain wildcard-subdomain
how to redirect www subdomain to non-www when domain is redirected to www

My primary domain is currently permanently redirected to www.mydomain.com (non-www to www redirection), with .htaccess as follows: RewriteCond %{…

apache .htaccess redirect subdomain no-www