Docs » Portal link 404
Portal link returns 404
Almost always a WordPress rewrite rules issue. Quick fix.
Fix in 30 seconds
- WP Admin → Settings → Permalinks
- Don't change anything — just click Save Changes
- Test the portal/invoice link again
This forces WordPress to re-flush its rewrite rules. It's usually all that's needed.
If still 404
- Verify Permalinks is set to "Post name" (not "Plain")
- Deactivate then re-activate Invoicely.live plugin
- Check Hostinger File Manager → public_html/.htaccess → make sure it's not empty
Default WordPress 404 page shows
If you see your theme's "Page not found" page (with theme nav, footer, etc.), that confirms WordPress is hitting its default 404 handler instead of our portal route. Save Permalinks fixes it.