Weird Caching Issue/Two Domains, not MU
-
I’m running into a weird caching issue. I have my domain setup so that three domains point to it; they are set up to do this via DNS; not redirects as I want them somewhat regionalized.
The domains are
seahorsebreeders.com (the domain in wordpress settings) and
seahorsebreeders.co.ukI made this work more or less by adding:
remove_action(‘template_redirect’, ‘redirect_canonical’);
to the functions.php file.It seemed to be working just fine – I had to used the root domain for wp-admin, but othewise it seemed to be working. Well, I updated the index yesterday (which is a page), and it won’t show up. I had wp-caching turned on, figured that was the problem and disabled. Still no luck. The wp-caching was in the htaccess file even though I had disabled, so I manually removed; still no changes. I’m out of ideas, I have no idea why it might still be showing the old page on the .co.uk but the correct updated information on .com
This is not running multisite (MU). I know that it’s one of those things that is a bit of a hack, but I think by all accounts it should be working and just really am flustered that it’s giving different pages.
BTW, if you are looking for the difference, look for an entry for Mike Daly – it’s there on the .com but not the .co.uk
- The topic ‘Weird Caching Issue/Two Domains, not MU’ is closed to new replies.