
Issue
I don’t know how to upload a new webpage onto my Wordpress site!
Context
- Youngandai.com is hosted by WordPress on a Google Cloud Compute virtual machine instance.
- This webpage’s files (HTML / CSS / JS) are already created by another website (carrd.co). I have them saved locally.
- I’d like to create my site to be https://youngandai.com/lifeflips.
What I’ve tried
- Tried to just upload files directly to my WordPress dashboard. I can upload certain files, like audio, text, video, pictures, etc. But not full webpages.
- I explored connecting to myPHPAdmin (http://youngandai.com/phpmyadmin). Not entirely sure about the concept of what this dashboard is. But I see a bunch of SQL databases that have stored my blogs, comments, and other data from my blog. But don’t see anything here where I can upload another webpage.
- Downloaded FireZilla to upload files. But I can’t connect to the server. I get these error messages:
- Error: Connection timed out after 20 seconds of inactivity
- Error: Could not connect to server
- This may be because I have some firewall settings blocking it. How do I unblock this?
Edit with Update
This blog helped me understand where my WordPress files are:
https://www.onepagezen.com/google-cloud-ftp-filezilla-quick-start/
Specifically, for my version of Wordpress (Click-to-deploy), the files are stored in path /var/www/html
on the server. From here, I know how to connect to my server with SCP and find this folder.
Lo and behold, here are all of my WordPress files!
After finding where all of my WordPress files are, I then followed this blog to create my webpage: https://www.templatemonster.com/blog/integrate-static-html-wordpress/
In short, I just have to create a new folder (lifeflips
). In here, I transferred all of my files (HTML / CSS / JS) directly with the gcloud scp
command.