Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
problem in displaying image with visualformat editor
kabir123
Hi ,
When i upload an image into the visualformat editor, i am gettin a cross sign(image not displaying). But when i generate the html page, i am able to see the image.
When i insert the image through insert image button, The area i am getting is /content/docroot/image/xyz.gif. In these case i am not able to get the image.
But when i remove the /content from the /content/docroot/image/xyz.gif. It becomes /docroot/image/xyz.gif, the image can be viewed.
Now i want to remove /content path when i click on insert image button.
In which config file the details of path, i can find....Please advise me
Find more posts tagged with
Comments
Sailesh
Check your iw.cfg and check entry for doc root under
[iwproxy_remap]
kabir123
[iwproxy_remap]
global_default_map=/
_docroot =/docroot
kabir123
[iwproxy_remap]
linknet = /main/LINKnet
[linknet]
_docroot = /docroot
I have made changes in the above:
[iwproxy_remap]
linknet = /main/LINKnet/content
[linknet]
_docroot = /docroot
Then its working. i am able to see th image on vfe editor.
But image not displayed after generating html