I am fooling around with Drupla on my OSX local machine and realized all the images aren't viewed from other machines on the Intranet because image path are: IMG src="http://localhost/drupal/files/images/ This must be a base URL issue so I played with settings.php but to no avail (or I couldn't find how to make the path relative). I can edit the src path every time I insert image but I was hoping there is a better way.
You should use the img_assist module which puts tags for your images (which you upload) instead of a URL. Then your site is more portable.
A-NO-NE Music wrote:
I am fooling around with Drupla on my OSX local machine and realized all the images aren't viewed from other machines on the Intranet because image path are: IMG src="http://localhost/drupal/files/images/ This must be a base URL issue so I played with settings.php but to no avail (or I couldn't find how to make the path relative). I can edit the src path every time I insert image but I was hoping there is a better way.