Subdomain is a domain which is a part of a larger domain. For example, 'sub.example.com' is subdomain of 'example.com' domain.
Questions tagged [subdomain]
5761 questions
1
vote
1 answer
NextAuth getSession from subdomain not working
I am building a platform that offers different applications, the main platform is running on http://localhost and the applications will run each on a specific subdomain, at the moment I have an application running on http://sub.localhost.
I am using…

DRE
- 263
- 8
- 35
1
vote
1 answer
How to setup custom subdomain for AWS lambda function
Steps I've taken so far:
I've deployed a lambda function which got me to this endpoint https://#############.amazonaws.com/dev/{action} (using serverless)
I've setup a certificate with AWS Certificate Manager for my subdomain. Added the CNAME name…

Marcuzzz
- 83
- 1
- 8
1
vote
1 answer
Apache .htaccess subdomain redirect + path proxying (rule chaining?)?
I've got a tricky question, as far as I see it ;)
Currently, I'm in setup of a dynamic branch release pipeline which already takes a branch during pipeline processing and deploys it on our test server in a reserved folder ("branches").
Our wildcard…

Bent
- 86
- 1
- 8
1
vote
0 answers
Laravel + vuejss app Api not working in Subdomain subdirectory in live
I am trying to deploy code to a live server built in laravel vuejs.i have subdomain.and in sub domain i have created a subfolder. I have followed this link .The issue is that the project runs but any api is not working. It gives 404. From the…

Mohit-Tech
- 102
- 7
1
vote
0 answers
Redux-persist does not persisting on subdomains
Redux persist loosing data while application redirects from "www.example.com" to "www.example.test.com"
Any pointers how preserve the states on sub-domains?

FeatherGlobe
- 38
- 1
- 6
1
vote
1 answer
What is the correct DNS record setup for www subdomain?
I would like to set up my web app to use the "www" subdomain as my primary url. I'll be using a service to handle 301 redirects from my naked/apex domain to my subdomain (example.com -> www.example.com). What is the correct DNS record type for my…

Sean Tansey
- 409
- 2
- 7
- 14
1
vote
1 answer
Does Google CA accept IP addresses as SubjectAltNames and how can I go about this?
How can I use an IP address instead of a domain in a subject alt name and how can I get this approved by Google Certificate Authority?

Saz
- 11
- 1
1
vote
1 answer
How do I set up Laravel Nova to run on a subdomain?
I am setting up Laravel Nova 4 to run on portal.example.com instead of example.com/admin. Logging in works fine, but when I try to add an item in Nova, the request responds with an error:
Request URL:…

wildyeast
- 13
- 3
1
vote
2 answers
Wordpress wp-admin "Not Found The requested URL was not found on this server"
I wanted to install and setup WordPress multisite, and made these changes to wp-config.php file and .htaccess file respectively. Now i can't access the wp-admin panel its giving me this error
I'm running this on azure bitnami packaged WordPress…

RandumbOne
- 49
- 5
1
vote
0 answers
django-two-factor-auth's user.is_verified() returns False on subdomains
I am facing this strange issue, I have posted it here already but didn't get any response yet.
I am using django-two-factor-auth in my Django application, Everything works fine in the local environment but getting an issue on the production…

Adnan Sheikh
- 760
- 3
- 13
- 27
1
vote
1 answer
Create subdomains like Shopify in pythonanywhere
My domain name is 'example.com' and I need to create subdomain for every store created in that site like 'store1.examaple.com', 'store2.examaple.com'.
Code for every subdomain is the same.
currently my project is deployed on pythonanywhere and I…

vishwas solanki
- 35
- 6
1
vote
0 answers
Sanctum not working with subdomain SPA with vue3
i am using sanctum with multiple subdomain dynamically created on user creation but when I am using test.localhost/project_name subdomain sanctum auth not working but when i am using localhost/project_name its working fine. i have…

Umer farooq
- 11
- 3
1
vote
1 answer
Sub-subdomain with nginx ingress on Kubernetes (GKE)
I have a domain at Cloudflare and some wildcards for subdomains
which both point to the load balancer of an nginx ingress of a Kubernetes cluster (GKE) of the GCP. Now, we have two pods and services running each (echo1 and echo2, which are…

tobias
- 501
- 1
- 6
- 15
1
vote
2 answers
React route to subdomain from 2nd level domain
There is a login page on my React site which has this url (locally)
http://localhost:3000/login
When the user logs in, the server returns a bunch of information about the user including a list of companies, each of which has a subdomain element. …

Dallas Caley
- 5,367
- 6
- 40
- 69
1
vote
1 answer
Failure loading content from dynamically created subdomain
I have enabled an option to create sub domain dyanamically based on this post:
post link
Here everything is working fine.
Now I am trying to load JSON formatted data by using file_get_contents() via http://dynamicsubdomain.mydomain.com. Here my…

peterkr
- 423
- 2
- 7
- 22