I don’t like doing it that way b/c referencing images, links, etc. with relative paths (ie ‘/files/images/x.jpg’) will break if using a subdirectory in development. The method above is still the best I’ve found for simulating a production environment on a development server.
Posting Your Comment
Please Wait
Leave a Reply
Welcome!
I'm a drawing of John Pezzetti, a web and graphics guy located in San Diego, CA.
This is my personal blog where I write primarily about building websites, design and illustration. If you're looking for someone who does such things then you should head on over to my company's website: Other Half Full.
If you want to get in touch then go ahead and contact me.
Mercenary for Hire
To check out my design & web work please head over to my company: Other Half Full, Inc..
..or just edit Your settings.php by add line:
$base_url = ‘http://www.mysite.com/drupal5’;
I don’t like doing it that way b/c referencing images, links, etc. with relative paths (ie ‘/files/images/x.jpg’) will break if using a subdirectory in development. The method above is still the best I’ve found for simulating a production environment on a development server.