Top "Wildcard-subdomain" questions

Wildcard subdomains are useful to allow end users of a domain-based multisite network to create new sites on demand.

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
Public Wildcard Domain Name To Resolve To 127.0.0.1

Is anyone aware of a public wildcard domain name that resolves to IP address 127.0.0.1. For example if I wanted to …

subdomain localhost dns wildcard-subdomain
Subdomain in Google Console Redirect URIs

I have an web application that uses google api (google drive). The application is used by many clients and every …

google-api subdomain oauth-2.0 wildcard-subdomain google-authentication
Self-signed certificate: DNSName components must begin with a letter

Is there a way for java's keytool to generate self-signed certificate with a wildcard in SAN (Subject Alternative Name)? I'm …

java certificate keytool self-signed wildcard-subdomain
Sharing session data to all subdomain codeigniter

I am trying to use one session data for all of my subdomains. I have created a subdomain in cpanel …

codeigniter session wildcard-subdomain
Setting up wildcard domains on local host (OS X 10.5)?

I am starting to develop a site which basically acts as WordPress MU, in the sense that a user can …

ruby-on-rails macos subdomain localhost wildcard-subdomain
Multiple asterisks in wildcard certificate

Is it possible to get a wildcard certificate with more than one asterisk? For example, would this work? *.*.example.com …

ssl ssl-certificate wildcard wildcard-subdomain
%N backreference inside RewriteCond

I'm working on a virtual domain system. I have a wildcard DNS set up as *.loc, and I'm trying to …

apache .htaccess mod-rewrite wildcard-subdomain backreference