🟣 Deploy to Hostinger
Super easy step-by-step. Upload a ZIP. You're live.
🎯 What is Hostinger?
Hostinger is a traditional web hosting service — you upload files to a folder, and they show up on your domain. It's the same way websites worked since the 1990s, and it's perfect for a static site like Easypeasy Feaso.
- 📁 You upload files to a folder called
public_html - 🌐 The files appear on your domain (easyfeaso.com.au)
- 🔒 Free SSL/HTTPS included with most plans
- 💾 Your files are stored on Hostinger's servers
✨ This is the simplest, oldest, most reliable way to host a website. Anyone can do it.
Step 1: Download what you'll upload
Pre-built static site. Just drag it onto Hostinger.
The 7 Steps
📥 Download the ready-to-deploy ZIP
⏱️ 30 secondsGet the pre-built static site that you can drag onto Hostinger.
- •Click the green "Download" button below
- •The file easypeasy-feaso-ready.zip (about 3.8 MB) will save to your Downloads folder
- •Don't extract it — you'll upload the ZIP as-is to Hostinger
A ZIP file in your Downloads folder called easypeasy-feaso-ready.zip
Click the big green "Download" button below.
💡 The file is already built — no need to run any code or use the command line.
You have a 3.8 MB ZIP file in your Downloads folder.
🔐 Log in to Hostinger
⏱️ 30 secondsOpen Hostinger in your browser and sign in.
🌐 Open File Manager for your domain
⏱️ 1 minuteFind the file manager for the domain you want to deploy to.
📤 Upload the ZIP file
⏱️ 2 minutesDrag the ZIP file into the File Manager.
📦 Extract the ZIP file
⏱️ 1 minuteRight-click the ZIP and extract it's contents to public_html.
🔒 Add the .htaccess file (for HTTPS + performance)
⏱️ 1 minuteAdd the .htaccess file to enable HTTPS redirect, caching, and SPA routing.
🎉 Visit your live site!
⏱️ 30 secondsOpen your domain in a browser and see Easypeasy Feaso live!
Troubleshooting
Solution: After extracting, you should see a folder called "out" inside public_html. Open that folder, select ALL the files inside (Ctrl+A), and drag them UP one level to public_html. Then delete the empty "out" folder.
Solution: Delete the default index.html in public_html (or replace it). Then re-upload. Also check that all the Easypeasy Feaso files are directly inside public_html, not in a sub-folder.
Solution: You need the .htaccess file. Step 6 is critical. Without it, only the homepage works — every other URL gives a 404.
Solution: In Hostinger hPanel, go to Security → SSL → enable "Free SSL" for your domain. Then in the .htaccess file, the HTTPS redirect will automatically work.
Solution: Don't do this on the same domain. Either: (a) Use a subdomain like app.easyfeaso.com.au, or (b) Use a subfolder like easyfeaso.com.au/app/
Need to connect easyfeaso.com.au?
If easyfeaso.com.au is registered with a different registrar (e.g. GoDaddy, Namecheap):
- In Hostinger hPanel, find your domain's nameservers (Settings → Domains)
- Go to your domain registrar
- Update the nameservers to the Hostinger ones (usually ns1.dns-parking.com, ns2.dns-parking.com)
- Wait 24-48 hours for DNS to propagate
💡 If you bought the domain from Hostinger, it's already connected — skip this step.