F5F Stay Refreshed Power Users Networks How do HTML websites work

How do HTML websites work

How do HTML websites work

J
JuggheadJones
Junior Member
32
11-26-2021, 08:23 AM
#1
I created the entire HTML site on my PC. Now I need to share it online. Since Google isn't very supportive, could someone clarify the steps to publish an HTML document to a website? Please let me know if you have any missing details—I'm here to assist!
J
JuggheadJones
11-26-2021, 08:23 AM #1

I created the entire HTML site on my PC. Now I need to share it online. Since Google isn't very supportive, could someone clarify the steps to publish an HTML document to a website? Please let me know if you have any missing details—I'm here to assist!

V
VikingsRule1
Junior Member
16
11-26-2021, 05:05 PM
#2
You could reference platforms like GitHub or mention today's video being sponsored by Squarespace.
V
VikingsRule1
11-26-2021, 05:05 PM #2

You could reference platforms like GitHub or mention today's video being sponsored by Squarespace.

L
LoxBR
Junior Member
40
11-27-2021, 02:02 PM
#3
Sure, I can clarify further.
Let me know what you'd like to understand more about.
L
LoxBR
11-27-2021, 02:02 PM #3

Sure, I can clarify further.
Let me know what you'd like to understand more about.

M
MrKryp
Senior Member
643
11-28-2021, 10:15 PM
#4
Essentially you require a server capable of processing HTTP requests, such as Apache Nginx or IIS. For a straightforward web server, simply upload files into the designated folder, start the server, and proceed. If the site is entirely static, hosting it on S3 might work better, though launching a small EC2 container could be ideal.
M
MrKryp
11-28-2021, 10:15 PM #4

Essentially you require a server capable of processing HTTP requests, such as Apache Nginx or IIS. For a straightforward web server, simply upload files into the designated folder, start the server, and proceed. If the site is entirely static, hosting it on S3 might work better, though launching a small EC2 container could be ideal.

N
NotLulu
Member
66
11-30-2021, 04:12 AM
#5
Okay. I’m the most experienced with Nginx, though I’m not great at it. Appreciate the help!
N
NotLulu
11-30-2021, 04:12 AM #5

Okay. I’m the most experienced with Nginx, though I’m not great at it. Appreciate the help!

C
Cupcake_Rose
Posting Freak
844
12-04-2021, 10:24 AM
#6
It's actually quite straightforward. For a basic installation, you usually just paste the HTML files into /var/www and it works fine. If you need to set up HTTPS, using encryption is a solid choice.
C
Cupcake_Rose
12-04-2021, 10:24 AM #6

It's actually quite straightforward. For a basic installation, you usually just paste the HTML files into /var/www and it works fine. If you need to set up HTTPS, using encryption is a solid choice.