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
1
vote
2 answers

App-engine custom domain not defaulting to HTTPS

I have just set up a custom domain for my Google App Engine, using a domain I bought from GoDaddy. Then I transferred the nameservers to Cloud DNS and inserted the DNS records as the cloud documentation suggested into the cloud DNS record set, and…
1
vote
1 answer

Godaddy Custom Domain | Firebase Website | Site can't be reached

I have purchased a domain from Godaddy let's say myCustomDomainName.com I have created a project and deployed a web page in FireBase - https://home-myCustomDomainName.firebaseapp.com/ I have linked a custom domain in the project console In GoDaddy…
Navaneeth
  • 190
  • 1
  • 1
  • 16
1
vote
1 answer

URL listed in applicationhost.config doesn't start in iis express

With the latest version of visual studio, when I start debugging my app, I don't have access to all the URLs I've set up in my applicationhost.config file. These were working up to about a week ago. I have this in my applicationhost.config bindings…
M Kenyon II
  • 4,136
  • 4
  • 46
  • 94
1
vote
1 answer

How to point custom domain from Gandi to Google Cloud Engine

I'm new to Google Cloud Engine. I have a web app running on GCE and a custom domain in Gandi. I've followed some instruction and add my domain to custom domain. But my domain still unverified. I' ve tried to add DNS records but nothing…
Pham Minh Tan
  • 2,076
  • 7
  • 25
  • 37
1
vote
1 answer

Compute Engine Custom domain accessibility

I have a Google Compute Engine instance(installed apache, php, mysql etc.) and a custom domain name. I can do add my Custom Domain to my Google Compute Engine. Lets my domain name be www.try.com . my instance's "www"…
statistic
  • 162
  • 1
  • 13
0
votes
0 answers

SMTP Library with Custom Domains for Python

I'm trying to log into the SMTP server. The custom domain is not able to be recognized through the smtplib.SMTP host parameter. Have Tried: SMTP host for gmail domains # login smtp server # Issue server =…
0
votes
0 answers

Not getting a txt token while hosting a website on firebase

I am trying to host a website on firebase . When I was Connecting my custom domain for the first time , I got txt token which I used in my DNS registrar and it got connected. Then My website was not deploying on custom domain so I removed that . Now…
0
votes
0 answers

How can I connect my netlify project URL/domain to firebase?

I am new to this and have a basic project url like abcxyz.netlify.app. I have firebase authentication and need to connect the domain to firebase. But, it says I need to 'add the TXT records below to your DNS provider to verify that you own…
0
votes
0 answers

Hosting multisite Wordpress subsites on custom domains

I have a wordpress multisite eg www.happy.com and I have created subsites with subdirectories www.happy.com/site1 www.happy.com/site2 I own 2 custom domains from 123-reg.co.uk eg www.sunny.com www.chocolate.com Currently I have wordpress subsites…
annaM
  • 117
  • 9
0
votes
0 answers

AWS Api Gateway sometimes returns wrong certificate for my custom domain

I am calling an API Gateway Regional endpoint trough a custom domain SSL url, an AWS Certificate is correctly associated to the custom domain. The DNS domain is mapped with a CNAME to d-xxxxxxxxxx.execute-api.eu-south-1.amazonaws.com. Most of the…
0
votes
0 answers

How to add an SLD as a custom domain to firebase?

I have hosted a react-app project on firebase. I now want a custom domain "example.club.code" which is a second level domain to redirect to this project I just hosted. However after I put in "example.club.code" as shown below: firebase custom domain…
Coder
  • 1
  • 1
0
votes
0 answers

Migrate Custom Domain attached to an existing Amplify app to a new Amplify App

I have an amplify app which is serving dev and production traffic. I have mapped a root domain (ex: https://example.dcp.com for prod and https://dev.example.dcp.com to dev). Now I have created a new Amplify app which is hosting qa env and I was able…
curiousgeek
  • 55
  • 2
  • 9
0
votes
0 answers

How hashnode uses nextjs with custom domain?

https://hashnode.com it is very popular website for developers. It allows developers to publish blog on their own custom domain. It uses next.js to generate static pages and it uses vercel to manage custom…
Luke
  • 37
  • 3
0
votes
0 answers

Point custom domain to a different website Django

I have a Django project deployed to a ubuntu server from digital ocean, using Apache as the web server and mod_wsgi, a custom domain name from Namecheap, and an SSL certificate. It has everything needed to be a solid website. But I also have a…
David 04
  • 37
  • 5
0
votes
0 answers

Custom domain name setting on Heroku

I have set up a custom domain name on an application of mine on Heroku, or at least tried to do so; I followed this page: https://devcenter.heroku.com/articles/custom-domains. The custom domain name is: myapp.site The native Heroku address is:…
Michel
  • 10,303
  • 17
  • 82
  • 179