tags:

views:

88

answers:

5

I uploaded my wordpress site from my Local host to a folder off my main domain (http://example.com/folder) using this tutorial http://www.webdesignerwall.com/tutorials/exporting-and-importing-wordpress/

(im working on a mac)

Everything went ok - admin panel is fine homepage is fine etc - only any page apart from the homepage redirects to this (http://example.com/folder/pagename) except instead of showing the content from that page it shows the unstyled information from the index page of my main root (http://example.com/)

What can I do to get this working?

Thanks

A: 

Check:

wp-admin > Settings > Wordpress address and Blog address

to include "folder"

ohho
A: 

Yes I changed these and also browsed the PHPMyAdmin records (wp_options) to make sure of the correct address but still not working?

raspberry
Edit your original question above rather than add an answer here.
songdogtech
A: 

Do a general search with phpMyAdmin in your database for localhost URLs. And see How to Find and Replace Text in WordPress MySQL Database using SQL When Changing Domains » My Digital Life and Search RegEx « WordPress Plugins for grepping through posts and pages.

Check your theme files for hardcoded links ( as opposed to links using Template Tags/bloginfo « WordPress Codex ) to style sheets and pages.

Reset permalinks in Dashboard/Settings/Permalinks.

songdogtech
A: 

Just tried the search in phpMyAdmin but returned nothing, no localhost, also installed search regex with the same results - I am using Pods CMS plugin which deals with creating page templates but there is nothing related to localhost here either? all the data info is still stored in the database and accessible through wp-admin but just wont display the page?

raspberry
Edit your original question above rather than add an answer here. Look for hardcoded links in your theme files and reset permalinks
songdogtech
A: 

to get this working ... delete all the posts/pages - go to ur local wordpress blog and export it. login to ur web blog and import.

that would be an alternative solution to working with the database and as far as i know exporting/importing content works good in wp :)

mireille raad