Tobias Roberts ([EMAIL PROTECTED]; Wednesday, June 25, 2003 8:27 PM): > Hi I am very happy with Analog however I get the following in my report:
> /downloads/getfile_pri.php?&filename=63Building.exe > and > /downloads/getfile_pri.php?filename=63Building.exe > The correct link is w/out the & and I am trying to create an Alias so that > the two entires are not showing up. > I have tried: > /downloads/getfile_pri.php?*filename=* > /downloads/getfile_pri.php?filename=$3 > I am not sure if the "?" in the URL is causing a problem (I have also > tried $2). Does anyone have any ideas how to resolve this issue? With $2 it should work: FILEALIAS /downloads/getfile_pri.php?*filename=* /downloads/getfile_pri.php?filename=$2 -- Jeremy Wadsack Wadsack-Allen Digital Group +------------------------------------------------------------------------ | TO UNSUBSCRIBE from this list: | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | Digest version: http://lists.isite.net/listgate/analog-help-digest/ | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general | List archives: http://www.analog.cx/docs/mailing.html#listarchives +------------------------------------------------------------------------
