Date:  04/06/2004 02:49:14 PM Msg ID:  001951
From:  David Hempy Thread:  001915
Subject:  Re: Change in URL syntax form 1.x and 2.x ?
Your code did the trick, quite nicely.  Thank you for the quick reply.
 
FWIW, I've made some other unrelated changes, which had the side effect of fixing this problem as well.  The jist of it is to set the FoxWeb Program Root to the root of the hard drive, so that these URL's work correctly as relative paths from the FW Program Root.  For more details, see [Re: Multiple Program Roots?].

--
David Hempy
Internet Database Administrator
Kentucky Educational Television
(859)258-7164  -  (800)333-9764


 

Sent by FoxWeb Support on 03/30/2004 04:01:07 PM:
 
IF '@/DB/' $ Request.PathInfo
 Request.PathInfo = STRTRAN(Request.PathInfo, '@/DB/', '@')
ENDIF