This topic is locked

URL prefix

3/5/2008 9:07:28 AM
ASPRunnerPro General questions
D
dunga author

hi, could you please let me now where and on what PAGES I can find option for URL prefix.
I do not need to now where in application it is, just where on the asp generated pages it is located, because I think it does not work properly.

thank you

Sergey Kornilov admin 3/5/2008

It can be found in include/tablename_settings.asp file
fdata.Add "LinkPrefix","https://";

D
dunga author 3/5/2008

thank you,

fdata.Add "LinkPrefix","cweb02/intranet/policies/"

fdata.Add "FieldType", 201

fdata.Add "EditFormat", "Text area"

fdata.Add "ViewFormat", "Hyperlink"


but when I generate an application link works till


cweb02/intranet/

policies/ is not working, why???

D
dunga author 3/5/2008

another observation:
if "/" is added afterword "policies" then the whole line doesnot work
if the "/" is removed after wordpolicies then application finds the needed links. why??