Questions tagged [subdomain]

Subdomain is a domain which is a part of a larger domain. For example, 'sub.example.com' is subdomain of 'example.com' domain.

5761 questions
1
vote
0 answers

How to use Git for a web app with subdomain environments

I run a custom web app, and I've been working towards transitioning it onto Git, but I am running into a file path problem because of the web app's subdomain environments. The web app is comprised of: public website at the root-level domain…
lukenjohnson
  • 113
  • 1
  • 10
1
vote
0 answers

Cookie not received on sub-domain

My website is on "www.upstorm.co" My API function is on "test.www.upstorm.co" Cookies with domain ".www.upstorm.co" are received Cookies with domain "www.upstorm.co" are not The message from chrome devtool: "This cookie was blocked because neither…
Mohamed Ramrami
  • 12,026
  • 4
  • 33
  • 49
1
vote
1 answer

Subdomains are not reachable after installing new website (.htaccess)

we having problems with our subdomains after installing a new website on our main adress. our main adres: https://vlinderdreef.be Our…
tomversc
  • 11
  • 1
1
vote
2 answers

Laravel 8 working with subdomain routing but its not working, I'm little confused about this

I'm working on a project where for each user there will be separate subdomain for example my website name is xyz.com then for user it will be user.xyz.com, for that im trying to do subdomain routing but its not working. Below are the routes for main…
Priyanka
  • 83
  • 6
1
vote
1 answer

SSO using Azure B2C with multiple custom policies with different domains

I have been several weeks on this now. I need to achieve the next scenario with Azure AD B2C custom subdomains: for example, having ssositeA.mydomain.com with custom policy b2c_1a_signin_siteA and ssositeB.mydomain.com with custom policy…
1
vote
0 answers

Krabs.js vs Next.js 12 middleware, rewrites

I am trying to find a good solution for implementing SSG in Next with Subdomains. I've seen that Next has come out with middleware and the platform starter kit. What I am trying to understand is if these offerings rely on use of Vercel. I saw a cool…
brnis
  • 13
  • 8
1
vote
1 answer

Using htaccess to block access to a subdomain and all files and folders under that subdomain

I have a main domain and a website setup on my cPanel hosting as well as an add-on domain with its own separate website: domain.com and addon.com Due to the way cPanel configures add-on domains, the add-on domain's website can be accessed via the…
Rentums
  • 11
  • 1
1
vote
0 answers

cloud run, custom domain, and ssl termination

I'm using cloud run behind a load balancer. However, it's simply a passthrough that performs ssl termination of my own certificate and exposes the cloud run service(s). I read this and thinking of trying it…
Gary Leong
  • 199
  • 1
  • 2
  • 12
1
vote
0 answers

How to add subdomain with canonical name through domain connect protocol (domainconnect.org)

I can't add subdomain with canonical name through domainconnect.org API. I'm using ext-domain-connect project. The all exist examples are about adding A records. How I can add subdomain with canonical name through domain connect protocol? Example of…
Mednik
  • 11
  • 1
1
vote
2 answers

playframework create dynamic subdirectory

Is there any form to create subdirectories dynamically in playframework?, I was thinking in a common interceptor like spring, but.. how can I do it in play?? Thanks for any help example.com/event1 example.com/event2 example.com/event3
Javier Gutierrez
  • 549
  • 5
  • 16
1
vote
1 answer

How to implement domain entity and its business logic for dependent data

Let's say we have a stations and each station has many station machines and station machine can't exist without the station id. Each machines can have various sockets and each machine is of particular brand. The application needs to create a station…
1
vote
2 answers

How can I delete my MailGun Sending Domain?

I had a sending domain created in my MailGun account, which was verified etc. However I wanted to record the process or creating & verifying the domain for our clients, so I deleted the domain. However when I tried to recreate the same domain, I got…
Paul
  • 11
  • 1
1
vote
1 answer

Using a kubernetes ingress to support multiple sub domains

I have a domain foobar. When I started my project, I knew I would have my webserver handling traffic for foobar.com. Also, I plan on having an elasticsearch server I wanted running at es.foobar.com. I purchased my domain at GoDaddy and I (maybe…
mj_
  • 6,297
  • 7
  • 40
  • 80
1
vote
1 answer

Generate Subdomain From PHP form

I would like to create a registration page which takes user information and generates a user profile subdomain. Example www.UserName.Domain.com similar to posterous. I don't even know where to start, I'm guessing PHP forms with some server side…
Justjoe
  • 371
  • 1
  • 4
  • 10
1
vote
2 answers

Cookie collision: is it possible to distinguish between parent domain and subdomain cookies in Django and Javascript?

I have built a bunch of Django websites at a single domain: example.com site1.example.com site2.example.com site3.example.com They are supposed to be completely independent — used by different people for different purposes. However cookies set by…
Andy Swift
  • 2,179
  • 3
  • 32
  • 53
1 2 3
99
100