I made a local copy of a client site. When visiting a URL on my local copy, it redirects to the actual client site. In other words:
localhost/clientsite/news/awards
Redirects to:
I am working in Wordpress. A redirection plugin that was set up is deactivated. It may or may not be related. Any suggestions on how to solve this puzzle?
Jędrzej Chałubek
It may be happening on various levels. Process in this order:
.htaccessfile. Look into that file and search for redirection rules with client domain. Different plugins could enter here own rules and they will be active even after plugin deactivation.wp_options.siteurlandwp_options.home. Search and replace if they contain wrong domain.