Hi,
I've set up a couple of D6 sites and a D7 site without this problem but this is the first time I have set up a 'Development' site on my local computer...
I set up an environment using MAMP on my local OSX box.
I then installed a site in /pants
My htaccess file has been changed thusly:
# Modify the RewriteBase if you are using Drupal in a subdirectory or in a
# VirtualDocumentRoot and the rewrite rules are not working properly.
# For example if your site is at http://example.com/drupal uncomment and
# modify the following line:
RewriteBase /pants
#
When I try to insert an image in a post I can see the image whilst editing but as soon as I save the post, all I see is the image path, which is correct but no image is rendered in the browser.
I get:
[url=http://localhost:8888/pants/sites/default/files/imagepicker/1/3colourG.cross.2.jpg][img]http://localhost:8888/pants/sites/default/files/imagepicker/1/thumbs/3colourG.cross.2.jpg[/img][/url]
[img]/pants/sites/default/files/medium_Blue%20stripes.dark.jpg[/img]
In the first instance I am linking a thumbnail to a larger image and in the second instance I am just inserting an image with no link.
What am I doing wrong?
I have clean URL's running but it makes no difference if I turn that off. I have cleared site caches and browser cache.