Hello,
Here is my problem:
I have copied a web site onto my development server.
All the images and files are called using absolute paths, for example:
<img src="/images/picture.jpg" />
So it's trying to do this: http://www.localhost.com/images/pictures.jpg
When I want it is actually suppose to do this: http://www.localhost.com/client/folder/images/pictures.jpg
How do I fix this?
Thanks to anyone who reads this.