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
5
votes
1 answer

How to get a CSR for Github Pages website

I have currently connected GitHub pages with a domain name from namecheap.com. I recently bought an SSL certificate from NameCheap as well. How do I get a CSR from GitHub to configure the SSL certificate?
5
votes
3 answers

Cannot upload media files on CPanel (using django)

I am not able to upload my media files on Cpanel. Initially I was able to upload files but now it shows Error 404 URL Not Found. There is nothing wrong with my code or my url as it works fine on localhost. I have checked for permissions of directory…
Error
  • 133
  • 2
  • 10
5
votes
2 answers

Why are my URL redirects not working without www?

I want the following redirect: http://example.com -> http://www.example.com example.com -> http://www.example.com www.example.com -> http://www.example.com In my namecheap I setup up two URL redirect records: CNAME Record | www |…
user2212461
  • 3,105
  • 8
  • 49
  • 87
5
votes
2 answers

Use email created on cpanel in django

I have created an email id on my cpanel, I want to use it in django. As for gmail we write, EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend' EMAIL_HOST = 'smtp.gmail.com' EMAIL_USE_TLS = True EMAIL_USE_SSL = False EMAIL_PORT =…
Error
  • 133
  • 2
  • 10
5
votes
1 answer

Connect Namecheap domain with amazon S3 buckets

I'm trying to connect my domain registered in Namecheap to my S3 buckets. I've checked many questions related to this in here but my configuration seems to be ok. I'm able to access the website through the static website endpoint provided by AWS…
ecrb
  • 670
  • 4
  • 17
5
votes
1 answer

Subdomain point to Amazon S3 Bucket

I am a little bit confused with subdomain point to S3 bucket. I have domain called mydomain.com from NameCheap.com and my hosting server is Hostgater. So my website is up and running. I have a lot of mp3 files. So I have created Amazon S3 bucket…
Alex Aung
  • 2,637
  • 5
  • 34
  • 63
4
votes
2 answers

Namecheap LiteSpeed Problem when Posting data from html form

I am facing a problem when trying to post data to my PHP from html form. The issue is as follows: When I submit less data like a 1 paragraph of Lorem Ipsum it works fine. Submitting more paragraphs it fails instantly with error 403 Forbidden. Tried…
felixkpt
  • 128
  • 3
  • 10
4
votes
1 answer

How to add a subdomain using Firebase and Namecheap?

I am trying to add a subdomain for my firebase app but it is not working. I've looked at Firebase site's Subdomain setup and this other SO post How do I make a custom subdomain on Firebase? but they didn't really help me. I have a firebase app that…
Iggy
  • 5,129
  • 12
  • 53
  • 87
4
votes
2 answers

error 550 Domain not allowed in header from

I am trying to get namecheap c-panel email hooked up with my nodemailer server instance but I am unable to find how to do that. here is my nodemailer code let transporter = nodemailer.createTransport({ host: "premium174.web-hosting.com", port:…
JohnSmith
  • 113
  • 5
4
votes
2 answers

Mailgun: Email Forward not Working?

I'm using Mailgun in an app I'm developing. Sending email works fine and now I'm trying to set it up to receive incoming email. I set things up per the Mailgun docs, for catch-all auto-forwarding to my usual email address. I then sent a test email…
VikR
  • 4,818
  • 8
  • 51
  • 96
4
votes
1 answer

Why are there several options for Time to Live (TTL) (on ie Namecheap)

If I add a new record to my domain, I have the option to set the TTL (in minutes) to 5, 20, 30, 60 or automatic. Does the TTL actually mean the time before it goes live? Then why is there an option to wait longer for it? If not, then what does it…
Sventies
  • 2,314
  • 1
  • 28
  • 44
3
votes
0 answers

Getting Error 500 _____ after setting up basic Python Flask app with cPanel

I'm attempting to host a basic python app on a domain that I purchased through Namecheap and it's being hosted on cPanel. I've followed this tutorial word for word, however I'm receiving this 500 error (image below) and I can't seem to figure it…
Martin
  • 89
  • 7
3
votes
0 answers

Why does Express refuse to be installed on Cpanel?

I'm trying to create an application that depends on Express, but Cpanel just won't install it. I've contacted Namecheap, followed all their instruction and tried all kinds of things, but haven't had any success. This is my package.json file { …
Jason
  • 289
  • 2
  • 10
3
votes
0 answers

Laravel 6 post route 403 forbidden on live server

I am getting a 403 Forbidden when I try to POST data to an api route (live and including postman) while I have the route defined in my api routes file in laravel 6. When I send data via GET (PUT or any other method) it works with http status 200…
Erick
  • 365
  • 1
  • 4
  • 18
3
votes
1 answer

Use wildcard subdomains on Netlify

I'm using a react application which I deploy on netlify and make accessible via a specific subdomain (app.domain.com). Now I would like to create separate subdomains for each of my customers (customer1.domain.com, customer2.domain.com etc.).…
microman
  • 141
  • 2
  • 12
1
2
3
21 22