Remote site to local, unable to fetch content
-
Things I’ve done so far:
Replaced in the .sql before importing:
www.thesite.com/
to localhost/thesite/ andwww.thesite.com
to localhost/thesite (being careful with the slashes)Replaced the style and script URLs in the theme header.php with absolute URLs (although having to do this is treating the symptom and not the cause..)
The theme (not my creation) is based on Twentyeleven. The problem with the content appears like this in the page source:
<div class="content oneCol"> <h1><?= __('Page not found', 'home') ?></h1> <p><?= __('It seems we can’t find what you’re looking for. Perhaps searching, or one of the links below, can help', 'home') ?></p>
Any tips?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Remote site to local, unable to fetch content’ is closed to new replies.