Jump to content

How do HTML websites work

Litbelb

I have written an entire HTML website on my PC. Now, I want to publish the website. Google isn't much help, so can someone explain to me how I can publish an HTML document to a website.

 

If I am missing details that you need to help me, let me know

Thanks for any help!

Link to comment
Share on other sites

Link to post
Share on other sites

probably can use something like github. or speaking about websites, todays video was sponsored by squarespace!

PC specs:

Ryzen 9 3900X overclocked to 4.3-4.4 GHz

Corsair H100i platinum

32 GB Trident Z RGB 3200 MHz 14-14-14-34

RTX 2060

MSI MPG X570 Gaming Edge wifi

NZXT H510

Samsung 860 EVO 500GB

2 TB WD hard drive

Corsair RM 750 Watt

ASUS ROG PG248Q 

Razer Ornata Chroma

Razer Firefly 

Razer Deathadder 2013

Logitech G935 Wireless

Link to comment
Share on other sites

Link to post
Share on other sites

2 minutes ago, eeeee1 said:

probably can use something like github

can you explain more on how to do that?

Link to comment
Share on other sites

Link to post
Share on other sites

basically you need a server that handles http requests, like apache nginx, or IIS.

 

If its a simple webserver, copies the files into the directory, run the server and go. If its fully static you could just host it on s3, but firing up a small ec2 container is probably good.

 

 

Link to comment
Share on other sites

Link to post
Share on other sites

yikes. ok. I am most skilled in nginx, but not very good at that. thank you

Link to comment
Share on other sites

Link to post
Share on other sites

11 minutes ago, Litbelb said:

yikes. ok. I am most skilled in nginx, but not very good at that. thank you

Its not really that hard. FOr a simple install, you can often just copy the html files to /var/www and your good.

 

Should setup https aswell, lets encrypt is good for this. 

 

 

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×