My Configuration : Installed MAMP, then copied drupal to htdocs folder. Configured drupal. Added CKEditor, Transliteration, and CKEditor SWF modules. I created an article and uploaded an image from the create Article page. The image uploaded successfully but is not showing up anywhere. It looks like it is trying to fetch the image from the wrong location.
Image URL on page: localhost:8888/drupal/sites/default/files/styles/medium/public/field/image/dsc_1233_2.jpg
Actual Image location : localhost:8888/drupal/sites/default/files/field/image/dsc_1233_2.jpg
The above 2 URL's are different. What should I change to make this work? Thank You