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)
$url_prefix
Samir_Friend
TS/LS 7.2.0, RHEL 5.3
Hi,
I am generating static html pages from SP .page files. For pointing to all images and other resources I am using $URL_PREFIX.
I need to deploy these html files to the web-server but I am sceptical if the links specified using $URL_PREFIX and $PAGE_LINK will work on the web-server as I am not using the Livesite runtime. Any thoughts/experiences?
TIA.
Thanks,
Samir
Find more posts tagged with
Comments
worries
Please try this and see view source of .page and genetrated .html
< img src="$URL_PREFIX/test.gif"/> in compenent
tec_iwov
in workflow there is a way to configure it to add specific web context prefix.
that is if your not placing them at /.
check the documentation or contact support.
Samir_Friend
It works in my case as the webserver docroot has the same structure as my SP site. $URL_PREFIX is removed automatically in the generated files.
Thanks.