How

hello!! So, for the HTML,m how do i make a link and my own website? I have tried with other free websites such as godaddy, googlesites, etc...

doesnt work. How do i make an actual link and website?

Replies

Hello!


I am not sure if I understood your question, but I believe you want to have a webserver for your website...


you can try apache!


edit apache stuff with sudo vi /etc/apache2/httpd.conf (if you like VI)


you can start apache with the command sudo apachectl start


to access the html file you can open the browser and access your IP address


to make it "visible" to internet you can add this ip address on your router`s DMZ


make sure to implement security layers and make server hardening because DMZ will expose your webpage to the big-scary-mean Internet


May the force be with you!