Questions tagged [registrar]
47 questions
1
vote
1 answer
How to hide Creation Date from WHOIS?
Amazon Route53 hides most of the contact information by default, however that doesn't include the Creation Date property. Is there an option to hide that piece of information as well? I do not want the public to know when I created my website.

x300n
- 311
- 5
- 14
1
vote
1 answer
How quickly after a domain expires will it become available for purchase on domain registrar sites?
How quickly after a domain expires (that I don't own) will it become available for purchase on domain registrar sites?

domain_question
- 13
- 3
1
vote
1 answer
Third party url pointing to a certain directory on my website
I have a website with some user profiles on it.
Example:
-mysite.com/profiles/user-a
-mysite.com/profiles/user-b
Each profile can have additional features such as articles, a contact page and so on.…

Luca Pennisi
- 85
- 10
1
vote
3 answers
How to detect the "owner" of a website?
after some web research I hereby ask for some disambiguation of webhosting terms:
With a whois (as a command in a terminal or a web interface) one can detect the registrar of a specific domain.
This registrar is a company (e.g. InterNIC, OpenNIC...)…

Aeneas
- 11
- 2
1
vote
1 answer
How do you connect to an EPP server (domain registry) in Node JS?
I'm building a project to manage my own domain names (just for learning purposes). The standard for interfacing with the registry API is to use their EPP server on port 700 with your username, password, and an SSL cert on the client side.
How do I…

traviswingo
- 315
- 2
- 17
1
vote
1 answer
Where do services like http://whoisxmlapi.com get their data?
http://whoisxmlapi.com provides a high-throughput API for thick WHOIS queries. In my understanding such data can only be provided by domain registrars that put really low limits on the number of queries per minute. Had this data just been carefully…

Ivan Bulanov
- 55
- 1
- 5
1
vote
1 answer
CNAME in DNS Configuration registrar Bookmyname for S3 static hosting
I am absolutely confused here, so some help would definitly help.
I have a static Website that I want to host on AWS S3.
I want to associate it to the sans-titres.com Domain Name (and as a bonus www.sans-titres.com but step by step ...)
I have read…

Augustin Riedinger
- 20,909
- 29
- 133
- 206
1
vote
3 answers
Why does a domain does not display its full path?
I have an app hosted on Heroku and I got a freelance client to point her domain to my Heroku app (Cedar stack). The domain is now pointing correctly to my app but it does not display the full path. Meaning it stays at mydomain.com whether it is at /…

bobbyong
- 105
- 6
0
votes
0 answers
Can you have multiple name server set in registrar?
Take for example I have bought my domain example.com at Namecheap.
I than set a custom customer name server in Namecheap because I am using Cloudflare as my authoritative DNS as follows
alpha.ns.cloudflare.com
beta.ns.cloudflare.com
Now my plan is…

newbieprogrammer
- 848
- 7
- 23
- 46
0
votes
1 answer
DNS A records not updating
I've logged into my registrar's account (OVH) and edited the DNS A records a couple of days ago.
I can see these changes on my registrar UI (and text file) for the DNS zones, but none of these changes are reflected when I query the information…

Davy
- 87
- 1
- 11
0
votes
1 answer
Accessing wildcard page in flask by naked domain from phone redirects to searchvity.com
Hi I'm new at domains and registrars and just stumbled upon a really weird behaviour that I don't know how to tackle.
I built a website with flask (hosted in PythonAnywhere, with domain.com as my registrar). I set things up at domain.com so that the…

Rusca8
- 533
- 4
- 11
0
votes
1 answer
Can I direct a cpanel folder to a domain name hosted with a different registrar?
I'm wondering if this is possible and I'm not sure that it is. Before I explain, I found one other post [here]: Separate Domain Registrar and Host, possible to use CDN? which sounds similar to my problem, but I specifically don't want to point the…

userK1400
- 39
- 1
- 7
0
votes
1 answer
Same domain but different websites showing on PC and mobile phone
Here is the thing. I had an old website uploaded to a registrar(let's say registrar A), and I recently built a new website uploaded to Namecheap(a new registrar) using the same domain of the old website.
A strange thing happened when I wanted to…

Thoms Zhang
- 1
- 1
0
votes
1 answer
EPP server does not respond to EPP HELLO
I need to work with .NL registrar - sidn.nl - through their EPP API. I use standard EPP HELLO, add 4 bytes message size (big endian), call CURL - no header, no data back. Code:
var epp_hello = '

Eugene Bartosh
- 324
- 3
- 12
0
votes
1 answer
Python Sockets SSL: certificate verify failed
I am attempting to use python sockets to make an Extensible Provisioning Protocol (EPP) request to a domain registrar, which only accepts requests over ssl.
Certificate file: www.myDomain.se.crt
Key File: mydomain.pem
openssl s_client -connect…

Osama Rasheed
- 159
- 3
- 16