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

APIs are not responding via Azure APIM developer portal

Recently I have configured custom domain for APIM proxy URL. Now When test the APIs on APIM developer portal, API calls are not triggering. When I test this APIs from "POST MAN", it is working fine. Yes, this issue is not affecting any application.…
Inzi
  • 348
  • 3
  • 12
0
votes
1 answer

SSL for static websites in google cloud

I have purchased domain with godaddy. I am hosting the static website in Google cloud. I am not able to configure SSL for custom domain in google cloud. I am using storage in google cloud for this. Please help with steps. Thanks
0
votes
1 answer

How to set up an architecture of scalable custom domains & auto-SSL on Google Kubernetes Engine

We are researching the best solution to allow customers to use their domain names with our hosting services. The hosting services are based on Google App Engine standard. The requirements are: Customers can point their domain name to our server via…
0
votes
1 answer

Heroku custom domain with Godaddy

I have a heroku app set up on a .app TLD, and a custom domain through GoDaddy. What I would like is to have something like this: myapp.example.com resolves to my app, and does not redirect. What I am currently experiencing is: myapp.example.com…
Drew Ogryzek
  • 350
  • 3
  • 17
0
votes
1 answer

How do I configure settings for my Python Flask app on GoDaddy

This app is working fine on heroku but how do i configure it on godaddy using custom domain. When i navigate to custom domain, it redirects to mcc.godaddy.com. What all settings need to be changed.
Sia
  • 47
  • 1
  • 1
  • 9
0
votes
1 answer

Google App Engine is not working with custom domain registered by GoDaddy

I have followed the instructions to configure my custom .software domain (registered previously on GoDaddy.com), but without luck. So on GoDaddy site I have such configuration: Nameservers I got from my zone settings: Custom domain settings…
0
votes
1 answer

How to remove firebase custom domain?

I have created firebase hosting site and it connected to my domain(www.mydomain.com). But I want to remove this firebase hosting site and I want to get back my previous site on my domain. I deleted my custom domain from my firebase console so it…
isuru
  • 3,385
  • 4
  • 27
  • 62
0
votes
1 answer

I have custom domain and firebase hosting, is it possible to take custom mail?

I have custom domain something like example-domain.com and I have Firebase hosting. Is it possible to take custom mail like info@example-domain.com and how can I use mail form in HTML with using Firebase hosting, thanks.
0
votes
2 answers

Azure App Services Enforce HTTPS for only for one/specific custom domain/s

I have an Azure App service and it has multiple custom domains mapped. When I enforce HTTPS from SSL Configuration it applied all custom domains. Is there any way to enforce HTTPS only for one/specific custom domain/s?
Sampath
  • 1,173
  • 18
  • 29
0
votes
1 answer

Using custom domain for aws api gateway endpoint in mumbai

I have a aws api gateway hosted in mumbai(ap-south-1). I am trying to add a custom domain to the endpoint. I created a ACM certificate in the same region and created a Custom Domain Name in the api gateway. The api gateway allowed me to use the ACM…
0
votes
1 answer

Creating custom domain names for api

I have a web server using cpanel and I would like to use a custom domain on one folder for an api. So if I created a folder called api in the public_html folder then the path to that folder would be www.example.co.uk/api/(some php file). How could I…
Luke Chase
  • 322
  • 1
  • 18
0
votes
1 answer

No CNAME records were found. Please add a CNAME record pointing to xxxx.azurewebsites.net

I have been trying to add a custom domain name to an application I hosted on azure and am trying to link it to a domain i bought in https://www.whogohost.com. I have tried everything as specified in the link…
Ifesinachi Bryan
  • 2,240
  • 1
  • 19
  • 20
-1
votes
1 answer

How to output a custom domain endpoint configuration url in Terraform for Apigatewayv2?

**SOLVED: the output I was seeking can be found in the resource aws_apigatewayv2_domain_name from the attribute target_domain_name (which is nested under domain_name_configuration. I am looking to find a way to add an output in my Terraform module…
-1
votes
1 answer

How to configure custom domain for App Engine for service that is not the defautl in GCP?

I have one Node aplication runing on default App Engine service. Its was runing on "urlFromWebSite.appspot.com", and I config it to run in my domain url "customUrl.ai". I built a second service with Node with name "second-service",and its runing…
-1
votes
1 answer

Why GAE naked custom domain stopped working

I've a running Django app served on Google App Engine standard under a custom domain: mysite.com. My site was running pretty well for days but suddenly it stopped serving content using the custom domain. In summary: www.mysite.com =>…
Leonardo T
  • 99
  • 1
  • 8
1 2 3
10
11