What should i do next? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What should i do next?

I got a domain using freenom.com I have created server using flask Python along with a secondary functioning file and even a main HTML file. But I don't know how to link the HTML to the domain name. What should I do?

12th Dec 2017, 4:41 PM
Prabhakar Dev
Prabhakar Dev - avatar
1 Answer
+ 5
You have to route your domain to the web server's IP. As well, ensure that you properly set up your port forwarding and firewall on your server to properly route traffic.
12th Dec 2017, 4:51 PM
AgentSmith