I've been trying to get my installation to work under a virtual directory, "sub".
Under umbracoSettings.config the config "ResolveUrlsFromTextString" is set to "true" but none of the images are working.
Is there anything else needed to be done?
I'm currently having problems getting the images working on my Umbraco set-up when it's under a virtual application. I have set "ResolveUrlsFromTextString" to true but the images are still incorrect. I don't get the same error as you do but seeing how you have posted "Never mind" I was hoping you could shed some light to how you may have solved you problem.
If you are getting it with images Vincent then its probably because you maybe added the images in development environment without the VD and the paths to the images get stored in the database so when it goes into the VD it doesnt have the VD path included. You can fix those with a query in the db.
I am now wondering if the file paths to the js files listed above maybe have a similar issue if you start development in your development environment and move to a VD.... I cant find where these files are referenced at the moment.
Umbraco 7 and virtual directory
Hi,
I've been trying to get my installation to work under a virtual directory, "
sub
".Under umbracoSettings.config the config "
ResolveUrlsFromTextString
" is set to "true
" but none of the images are working. Is there anything else needed to be done?Gets the following errors as well.
//Robert
Never mind.
Hi Robert,
I'm currently having problems getting the images working on my Umbraco set-up when it's under a virtual application. I have set "ResolveUrlsFromTextString" to true but the images are still incorrect. I don't get the same error as you do but seeing how you have posted "Never mind" I was hoping you could shed some light to how you may have solved you problem.
Many Thanks,
Vincent Kong
We are getting this on a 7.2 install.
If you are getting it with images Vincent then its probably because you maybe added the images in development environment without the VD and the paths to the images get stored in the database so when it goes into the VD it doesnt have the VD path included. You can fix those with a query in the db.
I am now wondering if the file paths to the js files listed above maybe have a similar issue if you start development in your development environment and move to a VD.... I cant find where these files are referenced at the moment.
is working on a reply...