I've been running a WP blog for a long time, and have a lot of links in my posts to other areas of my website. I just noticed today (I'm not sure when it started happening), but it appears that WP is now rewriting my links and they're not resolving properly.
For example, in my post I link to an image in my website's root directory like so:
blah blah < a href="/images/mypicture.png" >< img ...>< /a >
This used to work! Sending the browser to '/images/' should go to my root site, and not be rewritten to /wordpress/images/.
Does anyone know when this started, and where it's happening?