Questions tagged [wildcard-subdomain]

Wildcard subdomains are useful to allow end users of a domain-based multisite network to create new sites on demand. In this type of network each new site has its own subdomain, and the wildcard configuration means that those subdomains do not have to be configured individually.

456 questions
0
votes
1 answer

How to add wildcard to DNS for wordpress multisite in Kloxo?

I want to add Wildcard to DNS in my VPS (for setup Wordpress3.3.2 multisite). I have Kloxo, and when i want to add it from Manage DNS ( in Domain Adm ), i face with this error. Alert: invalid_subdomain Also i removed: // Validates subdomain if…
teal33t
  • 193
  • 4
  • 14
0
votes
1 answer

Web app: wild card subdomains and custom domains

I have a web app built on Codeigniter, everything is working nice. When a user registers, he will get a dynamic username: username.domain.com. I've wildcards working and everything is fine, except,. when they custom their domain name, like…
AFRC
  • 902
  • 3
  • 9
  • 27
-1
votes
2 answers

Are *.jpg.to style wildcard subdomains a burden on the DNS system?

I noticed the service http://jpg.to/ supports any word, e.g. http://car.jpg.to/. Curious if this kind of thing is a burden on the DNS system, due to all the names that must potentially be stored, and therefore considered poor practice. Not picking…
mahemoff
  • 44,526
  • 36
  • 160
  • 222
-1
votes
0 answers

Is there a way to use the Facebook JSSDK from a website having multiple subdomains?

I am trying to use the Facebook JSSDK on a website to retrieve the pictures of the Facebook users when they log in to their account. I have used all the valid scopes required to get the user's images.The actual problem arises when I try to login…
-1
votes
1 answer

Subdomains in IIS 10 Windows Server 2022

i need some help. Im working on a ASP.NET system works on IIS windows server 2022 I pay for windows server 2022 VPS (opencloud.cl), buy my principal domain (briz.cl) and SSL basic certification (SSL.com). The idea is that the system will be used by…
jpparedes
  • 1
  • 1
-1
votes
1 answer

.htaccess - redirect to https except subdomains

I am trying to configure .htaccess to redirect all "http" to "https" - except subdomains (but still include 'www' and 'static'). Ex: http://abc.com -> https://abc.com http://www.abc.com -> https://www.abc.com http://static.abc.com ->…
-1
votes
1 answer

Wordpress Network Host that Supports Subdomains

Pretty simple question that for some reason the people at WordPress.org seem unable to answer. I'm looking for a good/cheap host that will allow me to host a WordPress Network with subdomains. I'm not looking to build a huge site, I just want to…
WouterB
  • 235
  • 1
  • 4
  • 13
-1
votes
1 answer

how can I have wildcard subdomain in asp.net mvc

I want to have dynamic wiladcard subdomain in my project.I want each provider have special subdomain. e.g provider1.mydomain.com change to mydomain.com/provider1 and I want pass provider1 as parameter to my action. public ActionResult Details(string…
Zohreh Zamani
  • 41
  • 1
  • 7
-1
votes
1 answer

how to show the content of a wildcard subdomain?

How can I do that when a user enters to a subdomain (I'll have wildcard subdomains), he will see what in the subfolder with the same name in the main domain? For example, if user will enter to works.domain.com, I want him to see what's in…
Mmd Mahbub
  • 53
  • 1
  • 10
-1
votes
1 answer

Allowing user specific subdomains with PHP application

I want to allow the users of my PHP application to create their own subdomains on my server. For example, I currently operate example.com and for my premium users I manually create a subdomain like bob.example.com or jack.example.com, I point the…
Ross
  • 112
  • 1
  • 17
-1
votes
1 answer

Can subdomain name contain ".com"

Can a subdomain contain ".com" as part of the website address. For example, the domain is "test-testing.com". Can I also have a subdomain as "test123.com" such that the full address will be something as shown…
aandroidtest
  • 1,493
  • 8
  • 41
  • 68
-1
votes
1 answer

Need help to get nginx to host server on wildcard domain

So I have been working on a project on a separate server for a company and now they want me to set it up for production with their SSL certificate and Key. Here is my nginx.config file that is on the server I am working on ` server{ listen …
BStill
  • 894
  • 1
  • 9
  • 33
-1
votes
1 answer

Wildcard Sub-Domain Setup

This works for rewriting all requests to the index.php located in my root folder, which works for example.com/1/2/3/4/5/... DirectoryIndex index.php RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI}…
JyxOS
  • 21
  • 4
-1
votes
1 answer

Can a IP addresses for sub domains be same as main domain?

I have a domain wwww.maindomian.com and 10 subdomains for example abc.maindomain.com and so on. My question: Is it okay to have a same IP for sub domains as main domain from SEO point of view? Will googleanalytics code be same for both main and sub…
-1
votes
1 answer

How can i have the domain pointed to a droplet and all it's subdomains pointed to another droplet on digital ocean?

I have two droplets on DigitalOcean. I want example.com to point to droplet1 and *.example.com to point to droplet2. Is this possible?
Radu Dragomir
  • 660
  • 2
  • 9
  • 35
1 2 3
30
31