Questions tagged [custom-domain]

Use for questions regarding the use of Custom Domains with a Google App-Engine project.

Custom domains allow the assignment of privately owned domains to a Google App-Engine project, so that you can access the service, for example, via www.myawesomesite.com rather than my-awesome-site-project.appspot.com.

156 questions
0
votes
1 answer

How to set SSL in AWS (elasticbeanstalk) for my SaaS users custom domains?

I'm developing a SaaS application on Amazon Elasticbeanstalk: my-saas.com and for every registered user my app create custom subdomain username.my-saas.com with wildcard SSL. I'm trying to develop new feature custom domains. Users will be able to…
0
votes
0 answers

Github Pages additional custom subdomains possible, besides blog and www?

I created my github.io page. Additionally, I added a www subdomain, it worked well. Now I want to add another custom subdomain with this scheme: forename.rootdomain.com. For that reason, I added another CNAME to my rootdomain and point forename also…
lkaupp
  • 551
  • 1
  • 6
  • 17
0
votes
1 answer

Unable to use Custom domain purchased thru Azure with App Service

I recently purchased a new custom domain to use with my App Service. I have done this before without any problems but cannot get this setup. I have tried to set this up via two methods: 1) Add hostname binding within the Custom Domain blade. This…
NickUK
  • 1
  • 1
0
votes
2 answers

How do i deploy two different web apps to single Azure App Service with different custom domains?

I have two different web apps I would like to deploy to my Azure App Service I have purchased separate domains for each app. Can I deploy into the available deployment slots in the app service and connect their respective domains? Reason: I have a…
0
votes
1 answer

Only allowing secure SSL connections (Google App Engine flexible)

I've got essentially a React app in GAE flexible and a separate API app (Node.JS), also in GAE flexible. I went through the documentation, and when I run gcloud app domain-mappings list I get: When I check in SSL verification sites and type in the…
Ryan Rebo
  • 1,278
  • 2
  • 13
  • 27
0
votes
1 answer

Publishing a custom domain website using Carrd.co and AWS Route 53

I'm trying to publish a custom-domain website using carrd.co and AWS route 53. I think I have saved the host records correctly but I am not entirely sure. For some reason, the domain isn't resolving to anything.
0
votes
2 answers

Azure Static Website - Showing old content in Chrome

I created a Azure Static website and uploaded some test html to test it out. And it worked. But now I have uploaded some different content and those changes are not showing in Chrome and other browsers except Internet Explorer. I linked this with…
0
votes
1 answer

Add custom domain

I'm building a SaaS service, and I want to build a feature for custom domains. For now, my service domain is myservice.com/abc_client_info, I want to change to client_domain.com,/abc_client_info As I can see Shopify, Github, Bitly, etc. can do it, I…
Mike Nguyen
  • 1,024
  • 1
  • 11
  • 16
0
votes
1 answer

Map custom subdomain to App Engine service

I have read those other posts about it and it seems we have done pretty much the same, and it still does not work. What I would like to do is to have the url sub.domain.com going to my default App Engine service and api.sub.domain.com to go to my…
Valentin Coudert
  • 1,759
  • 3
  • 19
  • 44
0
votes
1 answer

AWS-CDK API-GW Custom Domain Base Path Mapping setting Stage

How to set 'Stage' using AWS-CDK in API-GW Custom Domain Base Path Mapping? Here is the aws-cdk code that creates api-gw custom domain with base path mapping, but the stage is set as '*' I need to set it to a specific stage How can I do that? cdk…
Romande
  • 561
  • 2
  • 4
  • 16
0
votes
2 answers

Add Custom Domain in Azure blob storage

Error creating Custom Domain in Azure Hi, I am trying to link a custom domain to my static website that is located on my blob storage account. When creating the custom domain these are the azure instructions "Create a CNAME record with the DNS…
0
votes
1 answer

How to configure Azure Custom Domain for App Service

I bought domain xyz.com. I want to have on address www.xyz.com landing page, and on www.app.xyz.com App Service from Azure. I did (and it's ok): Azure Active Directory > Custom domain names > Add custom domain app.xyz.com > added TXT reocord in DNS…
0
votes
0 answers

connecting custom domain to firebase dynamic links project

I had already connected the free custom page.link subdomain and this works great and as expected. It opens my app and redirects users to the specific pages. However, I recently got a custom domain from google domains and wanted to connect it. the…
Andrew Harris
  • 396
  • 7
  • 24
0
votes
1 answer

unable to stick to custom domain redirected by application gateway with SSL

Senario : I have an azure app service where my application is running on tomcat and the ssl binding is done along with custom domain. example: custom domain is something.com and app service url is .azurewebsites.net I have an azure application…
0
votes
0 answers

Azure API Management Service custom domain

We have an Azure API Management Service and we need to configure custom domain with custom SSL certificate. We have it added to the custom domain section of the service as Proxy endpoint and have a certificate uploaded too. The deployed APIs…
Premier
  • 4,160
  • 6
  • 44
  • 58