September 16th, 2008
moving wordpress site
After copying files and db content:
- Edit wp-config.php with new db content
- edit .htaccess (if parent folder name of wp has changed)
- using phpMyAdmin (as instructioned in the above link)…
- update all absolute URLs to new domain eg.
UPDATE wp_options SET option_value = replace(option_value, ‘http://www.old-domain.com’, ‘http://www.new-domain.com’) WHERE option_name = ‘home’ OR option_name = ’siteurl’;
UPDATE wp_posts SET guid = replace(guid, 'http://www.old-domain.com','http://www.new-domain.com');
UPDATE wp_posts SET post_content = replace(post_content, 'http://www.old-domain.com', 'http://www.new-domain.com');
Tags: host, move, WordPress
Posted in Uncategorized | No Comments »
September 16th, 2008
Some good webpages out there:
My slight different process/follow up includes:
Tags: host, Joomla, move
Posted in Joomla, Upcoming Projects | No Comments »
September 16th, 2008
Very good article
Or you can just do this. Seems too easy:
Feedburner - paste blog url into feedburner.com and follow directions
Tags: Feedburner, RSS
Posted in Joomla, Tools, Upcoming Projects, WordPress | No Comments »
September 16th, 2008
Tags: Joomla, upgrade
Posted in Joomla | No Comments »
September 15th, 2008
http://lorelle.wordpress.com/2007/02/07/wordpress-plugins-for-images-photographs-and-graphics/
mostly to set width to 150 when uploading (keep proportional)
Tags: image, WordPress
Posted in WordPress | No Comments »