We are moving an U 4.11.1 to a new server (same type) and everything is fine, except for all the pictures inserted via Rich text editor. They are all broken.
The new server is identical to the old one and we did not change anything.
The path looks like this:
www.oursite.com/~/media/xxxx
Does anyone have an idea how to fix it or where we can look for this strange issue.
stupid question but did you install asp.net? if you are seeing the tilda ~ in your actual path it means that the .net engine is not able to understand what you are doing...Are you running under IIS? If so check the application pool. Is it set to 4.0 / integrated ?
Just a shot in the dark.
The other thing is if you are using webforms... and you have that in your path you need to make sure you are using the runat="server" in the tag. Otherwise you don't get any action.
Media paths broken - src="/~/media/xxx
We are moving an U 4.11.1 to a new server (same type) and everything is fine, except for all the pictures inserted via Rich text editor. They are all broken.
The new server is identical to the old one and we did not change anything.
The path looks like this: www.oursite.com/~/media/xxxx
Does anyone have an idea how to fix it or where we can look for this strange issue.
Thanks in advance.
Jens
stupid question but did you install asp.net? if you are seeing the tilda ~ in your actual path it means that the .net engine is not able to understand what you are doing...Are you running under IIS? If so check the application pool. Is it set to 4.0 / integrated ? Just a shot in the dark. The other thing is if you are using webforms... and you have that in your path you need to make sure you are using the runat="server" in the tag. Otherwise you don't get any action.
Have you check the persmissions ?
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.