I hope you can help get to the bottom of this. This is whats happened:
- We duplicated our live Magento site (for example we'll call it domain1.com) to a development server (for this example I'll call this domain2.com)
- Did a find/replace for the domain1.com to domain2.com in both the database and files
- Deleted all var/cache and var/session files
- Reindexed all indexes via SSH
- Emptied browser cache
- Checked all file permissions
- Disabled the .htaccess incase this was causing a redirect
But it's still redirecting to the live server (domain1.com)??
Any ideas what may be triggering this?
Cheers,
Dave
%base_url%
value in tablecore_config_data
, or yourapp/etc/local.xml
still points to the live database. – Jürgen Thelen