I have the following reference to an image file:
image src="/images/myimage.gif">
The file actually resides in:
inetpub/
When I load my page, the image does not load.
If I change the image src to "/mywebsite/images/myimage.gif" and it works but I want to use the other method to avoid changing all the references (we just moved to a new server).
I set up a mapping in cfadmin, hoping to resolve the issue but it didn't work. Here is what I tried:
Logical Path: /
Server Path: c:\inetpub\
How can I set up the server so that it will identify /images as /mywebsite/images
Thanks very much in advance.
image src="/images/myimage.gif">
The file actually resides in:
inetpub/
When I load my page, the image does not load.
If I change the image src to "/mywebsite/images/myimage.gif" and it works but I want to use the other method to avoid changing all the references (we just moved to a new server).
I set up a mapping in cfadmin, hoping to resolve the issue but it didn't work. Here is what I tried:
Logical Path: /
Server Path: c:\inetpub\
How can I set up the server so that it will identify /images as /mywebsite/images
Thanks very much in advance.