It has the option to add your own custom domain. Does that mean that they’ll host your website for you?
PattanAhmed@205135tmd Hi,
The answer to your question is NO
You have to buy the domain, So that it may handle your issue
No need to worry as they(domain) will handle everything else that comes with them.
Hope this helps.
Please mark my answer if this helps*3 years ago
Coder100No, you still have to buy the domain, but they will handle everything else ;)3 years ago
TheRealSnowSJhey there,
Heres how i did it.
Things to know before u do this
It wouldn't be an HTML repl, rather a node.js repl
you need to use something to keep your node.js server running, I used Cron Jobs
1) Download your HTML repl as a zip and unzip it.
2) Make a new Node.js repl and upload the unzipped folder.
3) Rename that uploaded folder to public
4) At this point, make sure index.js , 404.html and README.md (if u have one) are in root. All other files should be in /public, including 404.js, 404.css3 years ago
SixBeepshtaccess is an Apache thing, so unless you did some custom routing (I think you can do it with Django, not sure about any other frameworks) that's gonna be a no. Upgraded plan won't give you that functionality either.
EDIT: You can do it with Node: https://stackoverflow.com/questions/6528876/how-to-redirect-404-errors-to-a-page-in-expressjs3 years ago