Questions tagged [namecheap]

Question whose content appear directly related to domains, hosting, and\or services provided by Namecheap.

Namecheap, Inc. are an domain name registrar that provide domain name registrations, web hosting, and related services.

As well as offering domain name registration for a variety of TLDs, Namecheap also provide a comprehensive suite of hosting solutions, from shared WordPress hosting through to dedicated servers.

Questions about Namecheap

When tagging a question with Namecheap, ensure that the question is directly related to a service offerred by Namecheap.

For example, tag Namecheap where code is hosted by them and has a problem that is directly caused by that hosting.

In situations where the question is not likely to be caused by Namecheap hosting or services then do not use the tag.

331 questions
66
votes
7 answers

CNAME entry not working on NameCheap using Amazon Certificate Manager

I am trying to set up a few SSL certificates in Amazon Certificate Manager, but I am trouble getting them verified after adding the CNAME in Namecheap. Here is an example of the CNAME verification entries at Amazon Certificate Manager Here is an…
sigur7
  • 796
  • 1
  • 11
  • 35
42
votes
3 answers

GitHub Pages https/www Redirect

How can I get https://www.test.com to redirect to https://test.com when using GitHub pages to host a static website? I recently enabled TLS (provided by GitHub/Lets Encrypt) for my static site by setting A records at my DNS provider (namecheap).…
pdoherty926
  • 9,895
  • 4
  • 37
  • 68
36
votes
5 answers

DNS - Firebase connect to Namecheap still says Needs setup?

Ok, it has been less than 24 hrs but more than 10, and I find it odd that I am still getting a status of Needs setup in Firebase just trying to redirect to a custom domain, bought with Namecheap. I don't know what Im doing wrong but I still get the…
blue
  • 7,175
  • 16
  • 81
  • 179
27
votes
2 answers

How do you force HTTPS with Namecheap and Heroku?

I am working on setting up SSL with Heroku and Namecheap. On Heroku I currently have the domains: Domain Name - DNS Target www.app.domain.io - www.app.domain.io.herokudns.com www.domain.io - www.domain.io.herokudns.com On NameCheap I have: Type -…
Programmingjoe
  • 2,169
  • 2
  • 26
  • 46
22
votes
2 answers

Heroku Automated Certificate Management failed with one domain

I am trying to get the SSL certification for my app with Heroku, but the Automated Certificate Management is failing for one of both domain names. I created the dyno before March 2017, so I had to run heroku certs:auto:enable as explained…
J0ANMM
  • 7,849
  • 10
  • 56
  • 90
19
votes
1 answer

herokudns with custom domain: No such app

I've reviewed Heroku's custom domain tutorial several times but I can't seem to make my Heroku app work with a custom domain (hosted on namecheap.com). The problem: Herokudns doesn't resolve the app name This is my configuration at Heroku: And…
syrup
  • 985
  • 7
  • 14
19
votes
1 answer

Namecheap domain won't redirect without "www"

I'm looking to connect my domain to a heroku app. So far, the tutorials I've read say we want Namecheap to have the following records for domain example.com: CNAME Record www www.example.com.herokudns.com URL Redirect @ …
Anim9or
  • 191
  • 1
  • 4
14
votes
1 answer

Gitlab custom domain, failed to verify domain ownership

I don't think I need to use the subdomain. I have created a A record and a TXT record as the doc suggests on namecheap.com. After wait for 24 hours, I sill get a failed to verify domain ownership error.
yong ho
  • 3,892
  • 9
  • 40
  • 81
14
votes
3 answers

namecheap DNS config does not work with https on Heroku custom domain

I'm very confused with how to setup namecheap and heroku so they work together to serve custom domains over https. I'm using heroku ssl beta, by the end of the configuration, heroku has updated its domain map like this: myapp.com …
swang
  • 5,157
  • 5
  • 33
  • 55
13
votes
1 answer

Redirect https://example.com to https://www.example.com: Namecheap and Heroku

I'm trying to redirect all requests to: https://example.com http://www.example.com http://example.com to https://www.example.com. I'm using Heroku and Namecheap. Here are my steps: In Heroku, I added www.example.com to my domains, and enabled…
hetelek
  • 3,776
  • 5
  • 35
  • 56
12
votes
3 answers

configuring namecheap domains with heroku

I have a app on heroku(paid dyno): https://example.herokuapp.com/ I have purchased a domain: www.example.com After reading multiple guides I can't figure out how to do the following: point domain to my heroku app(with SSL) configure a subdomain…
fortune
  • 191
  • 2
  • 9
10
votes
2 answers

Setting up HTTPS DNS with Namecheap and Heroku

I know there have been very similar questions asked but both companies changed over time and it's been hard to get a full working solution. I'd like to have a naked subdomain (mysite.io) but if I have to have www.mysite.io, that's fine too. So on…
Storm
  • 387
  • 1
  • 5
  • 18
8
votes
2 answers

How to setup DNS configuration with Netlify and Digital Ocean combined?

I have bought a domain my-domain.com at Namecheap. My goal is to use subdomains of my-domain.com with Digital Ocean and my-domain.com with Netlify. Desired result: my-domain.com redirecting to Netlify subdomain1.my-domain.com redirecting to…
mosses
  • 351
  • 3
  • 18
6
votes
2 answers

Send Nodemailer e-mail with Namecheap email

I have been successful connecting a Gmail account with Xoauth, but I recently acquired a Namecheap privateemail account and can't for the life of me figure out how to set it up. This is the code that I have: var smtp = nodemailer.createTransport({ …
Minterly
  • 63
  • 1
  • 4
5
votes
1 answer

what is the clientIP in namecheap api request?

According to namecheap api docs, a request should have this structure: response_request =…
1
2 3
21 22