2 personman Oct 11, 2006 15:46

exept if you had upload a lot of images to your media directory, because there the old URL is still in it.
Hmm.. So what do you do about the media links then? Other thing I am wondering about is when someone goes to trackback a post I am assuming it is going to point to the wrong URL. There are very few posts, so I am thinking they could just repost them. I suppose for awhile I can redirect the old site name to the new one for awhile as well.
You could do a [url=http://www.zimmertech.com/tutorials/php/60/mysql-search-replace-phpmyadmin.php]search and replace using phpmyadmin[/url] to change the image paths.
For trackbacks and search engines, set up a [url=http://www.isitebuild.com/301-redirect.htm]301 redirect[/url].
Hmmm very true... appreciate that input :)
Raymond
Well just as I thought.... Just going to the basic config and changing the path isn't good enough. All the paths for the blogs are still pointing to old url. Im not sure what my best option is. I only have test blogs on the site, so maybe a reinstall. I was hoping I really would not have to go that route just because I am changing the url name, especially after applying all the fixes for everything and it is working perfect. Any other ideas appreciated.
Raymond
What do you mean by this:
All the paths for the blogs are still pointing to old url.
If you change the $baseurl in _basic_config.php it should update all links on your site. What links are still using the old url? Can you give a link to your site so we can check it out?
It works for the main site but if you click on one of the blogs that are listed on the page then it wants to redirect to the old url. I am guessing it is something to do with the auto blogger feature.
Raymond
ok I was finally able to get it work. I discovered that the blogs that were created using the autoblog plugin is what caused the issue. Basically it created each user a index.php file for there home page and I had to edit each index.php and change the old url to the new. Also I had problems with images not being displayed after the change and I had to use phpmyadmin and search the database for the image names and just specify the new url. That seem to get everything up and running. Thanks for everyones help.
Raymond
The only thing you'll need to do is edit /conf/_basic_config.php after the move to change the baseurl. All other urls in b2evolution are based off of that value.