Hi,
I've found a few posts on this topic but no definitive solutions yet:
In the admin interface (edit.php), when it lists the last 15 posts, it constructs next and previous URLs that look like:
http://www.mysite.org/mysite/wp-admin/edit.php?paged=2
When they should read
http://www.mysite.org/wp-admin/edit.php?paged=2
In options my wordpress address is
http://67.18.123.45/mysite
and
blog adddress is
http://www.mysite.org/
There is a subdirectory in my web root called "mysite" and the server is configured to send traffic sent to http://www.mysite.org to that subdirectory.
WordPress put the IP address in automatically when I ran install. I've tried changing this WordPress URI in the past and it broke the admin interface.
Does anyone know how I can get it to construct proper next/previous URLs?
Thank you *very* much