timblack
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Image Cropping/Resizing ProblemBump. I’m having the same problem. Still using WordPress 2.6.
Forum: Fixing WordPress
In reply to: problem with converting 2 WP blogs to use apache virtual hostingI did manage to solve the problem by reinstalling both instances of the wordpress blog folder. Just had to clear out the tables in the mysql databases corresponding to each wordpress blog, and then run the install php script again. After that, each of my virtual hosts redirects to the correct blog. 🙂
I believe that my critical error was moving the blog folders to new locations when I set up the VirtualHosts. It turns out that the wordpress php code needs to know where it is! If you know a good reason for this, please comment.
There is a procedure for informing the php application about its new location:
http://codex.ww.wp.xz.cn/Moving_WordPress#Moving_WordPress_Within_Your_Site
http://codex.ww.wp.xz.cn/Changing_The_Site_URLIn the end, I just opted for the reinstall.
Forum: Fixing WordPress
In reply to: problem with converting 2 WP blogs to use apache virtual hostingI also tried updating my wp-config.php files to include
define('WP_SITEURL', 'http://<My Site URL>/<blog path relative to web root>');
This didn’t help. Did I use this construct correctly?
Any other suggestions?