Uploading our first web page - Index.HTML Boiler Plate

3 months ago
11

Hello everyone! Today, I’m demonstrating how to connect to your remote web host/server and upload your first web page.

I’ll be using FileZilla for this tutorial, but you can choose any File Transfer Protocol (FTP) program you prefer. I previously created the "index.html" file (a basic boilerplate) using Sublime Text.

First, we’ll check out the website, which currently shows a 403 Forbidden error. This usually indicates an issue with file permissions or that the index file isn’t in the correct location.

Don’t worry – we’ll fix this by uploading the correct HTML file to the server. Let’s get started with FileZilla.

If you haven’t installed FileZilla yet, download it from the FileZilla website and set it up with your server credentials.

To begin, connect to your remote server by entering your host, username, password, and port, then click 'Quickconnect.'

Once connected, you’ll see the remote server’s file structure on the right side of FileZilla. Navigate to the directory where your website files are stored, which in this case is /var/www/flashyubuntu.online/public_html/.

On the left side of FileZilla, find the local HTML file you created using Sublime Text.

Now, upload the file by dragging and dropping index.html from the left side to the right side into the public_html directory.

After the upload is complete, the file should be on the server. Check your website again to see if it’s live.

And there you have it! Your website is now displaying the HTML content you uploaded, and the 403 error is resolved.

If you found this tutorial helpful, please like, subscribe, and hit the bell icon for more content. Thanks for watching!

Loading comments...