Hi, having issues trying to run local on one of my flywheel sites (that’s already been created/edited on Flywheel prior to bringing down to local). Here are the steps I’ve taken:
Started a local by flywheel site, using php 5.6.20 and apache server (everything else default).
Download a backup of my site from flywheel. Replace entire wp-content folder in local site with that of backup.
Open up database .sql file in text editor, find and replace all instance of “mysite.flywheelsites.com” with “mysite.dev” (local URL).
Import database.
When I try to visit the URL mysite.dev, it redirects me to example.dev every time. I have been using this workflow for another one of my sites with no problem whatsoever so I am a little confused why this is a problem. Maybe I am going about this the wrong way?
Nope, example.dev is not an existing local site :\ Yep I’ve restarted multiple times. I’ve even downloaded local on another computer and tried this whole process – no luck.
It turns out there were some references to example.dev in my database. Not sure as to why that happened, but I went ahead and changed it out and now it works!