From Static Sites
- Download your HTML, CSS, JS, and image files
- Upload them via File Manager or REST API
- Your site is live at your Wapka domain
From WordPress
- Export your content as HTML or JSON
- Upload static assets to Wapka
- Recreate dynamic features using Lua Framework and Dataset
From Other Hosts
# Download your entire site
wget -r -l inf -p -k https://youroldsite.com
# Upload to Wapka via REST API
for file in $(find . -type f); do
curl -X POST https://api.wapka.org/v1/sites/123/files \
-H "X-API-Key: your-key" \
-F "file=@$file"
done
Checklist
- Upload all static assets
- Set up custom domain
- Configure redirect rules for old URLs
- Submit new sitemap to Google
- Test all pages and forms
Need help? Reach out on WhatsApp for migration assistance.