WP Ghost works on Flywheel hosting with extra configuration. Flywheel is an Nginx-based managed WordPress hosting platform that doesn’t support .htaccess files or direct Nginx config editing. Instead, Flywheel provides a built-in Redirect Tool for managing URL redirects. After activating WP Ghost, you need to copy the redirect rules WP Ghost generates and add them to Flywheel’s Redirect Tool. This guide walks through the complete setup.
On most servers (Apache, LiteSpeed), WP Ghost writes rewrite rules directly to .htaccess and everything works automatically. On standard Nginx servers, WP Ghost writes rules to a custom config file (hidemywp.conf). Flywheel uses Nginx but doesn’t give you access to Nginx config files or .htaccess. Instead, Flywheel provides a web-based Redirect Tool in their hosting dashboard. WP Ghost detects Flywheel hosting and displays the redirect rules you need to add to this tool. You copy them from WP Ghost and paste them into Flywheel’s interface.
Start with Safe Mode if this is your first time setting up WP Ghost on Flywheel. Safe Mode provides basic path security and is easier to troubleshoot. You can upgrade to Ghost Mode after confirming everything works.
After saving, WP Ghost displays a notification with the redirect rules you need to add to Flywheel’s hosting dashboard.
Do not log out until all redirects are added and activated by the Flywheel server. If you log out before the redirects are active, you won’t be able to access the admin dashboard through the new login path. Keep your current session open until everything is confirmed working.
After the redirects are active, clear the Flywheel server cache so your site serves the updated paths.
After the redirects are active and the cache is cleared, run the Frontend Login Test to confirm everything works.
You saved WP Ghost settings before the Flywheel redirects were active. Contact Flywheel support to access your site, or use the Safe URL parameter to bypass WP Ghost temporarily. If that doesn’t work, use the Emergency Disable guide to deactivate WP Ghost via SFTP.
The Flywheel redirects may not be active yet or may be configured incorrectly. Check the Flywheel Redirect Tool to confirm all rules are in place. Make sure you copied the exact redirect rules from WP Ghost’s notification. Clear the Flywheel cache and try the test again.
Some assets may need additional redirect rules that aren’t covered by the basic redirect set. Check which specific URLs are returning 404 errors (browser developer tools > Network tab) and add the corresponding redirects in Flywheel’s tool.
Every time you change paths in WP Ghost, you need to update the corresponding redirects in Flywheel’s Redirect Tool. WP Ghost displays the updated redirect rules after saving. Remove the old redirects and add the new ones. Clear the Flywheel cache after updating.
No. Flywheel doesn’t provide .htaccess or direct Nginx config access. Redirects must be added manually through Flywheel’s web-based Redirect Tool. WP Ghost detects Flywheel hosting and generates the rules for you, but you need to copy and paste them into Flywheel’s interface.
Start with Safe Mode. Because Flywheel requires manual redirect setup, it’s easier to troubleshoot a simpler configuration first. After confirming Safe Mode works correctly, you can upgrade to Ghost Mode and add the additional redirect rules that Ghost Mode generates.
Only when you change path settings. If you change a custom login path, plugin path, or any other path setting, you need to update the corresponding redirects in Flywheel’s tool. Saving other WP Ghost settings (firewall, brute force, 2FA) doesn’t require redirect updates.
No. On Flywheel, WP Ghost uses WordPress hooks for application-level path changes and relies on Flywheel’s Redirect Tool for server-level redirects. No core files are modified. Deactivating WP Ghost restores all defaults instantly (though you should also remove the redirects from Flywheel’s tool).
WP Ghost on other hosting platforms:
Replace the default wp_ database prefix with a random one to protect against SQL injection…
Change the WordPress uploads directory path with WP Ghost (rewrite rules, no files moved) or…
Configure WP Ghost with WP Rocket cache. Enable file optimization, Change Paths in Cache Files.…
https://youtu.be/6ylhojSi-_E In this video, we’ll explore why website security matters and what can happen if…
The security of your WordPress site depends on multiple factors, such as the strength of…
Step-by-step guides to connect WP Ghost 2FA with Google Authenticator, Authy, Microsoft Authenticator, or LastPass.…