table wp_options
Values ‘site_url’ and ‘home’
http://www.tamba2.org.uk/wordpress/site-url
Thanks, Podz. I also had to have my host fix something with the new domain, and now both domains point to the right thing.
I have another problem, though: Although my URLs point to the right site, I am no longer able to get into my WordPress admin to write new posts, edit, etc. When I try to do so, I get a screen that says:
Warning: Cannot modify header information – headers already sent by (output started at /home/gretche/public_html/wordpress/wp-config.php:35) in /home/gretche/public_html/wordpress/wp-admin/auth.php on line 37
Warning: Cannot modify header information – headers already sent by (output started at /home/gretche/public_html/wordpress/wp-config.php:35) in /home/gretche/public_html/wordpress/wp-admin/auth.php on line 38
Warning: Cannot modify header information – headers already sent by (output started at /home/gretche/public_html/wordpress/wp-config.php:35) in /home/gretche/public_html/wordpress/wp-admin/auth.php on line 39
Warning: Cannot modify header information – headers already sent by (output started at /home/gretche/public_html/wordpress/wp-config.php:35) in /home/gretche/public_html/wordpress/wp-admin/auth.php on line 40
Warning: Cannot modify header information – headers already sent by (output started at /home/gretche/public_html/wordpress/wp-config.php:35) in /home/gretche/public_html/wordpress/wp-admin/auth.php on line 45
I don’t know this system well enough to understand what the problem is. Can anyone help?
wp-config.php:35
Get rid of the empty space after the last ?> in that file, on that line
Podz, you rock! Thanks a million!