& in url causes trouble

Post Reply
guestroom
Posts: 21
Joined: Fri Jun 16, 2000 12:58 am

& in url causes trouble

Post by guestroom »

User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

& in url causes trouble

Post by mark »

It's nothing to do with webinator. "&" is a special character to the shell. You need to quote the url so the shell doesn't whack it.

bin\gw -mdbl3.set -c\clients\COPY "http://www.abc.com/cgi-bin/SV1&2F100&2D1M"
guestroom
Posts: 21
Joined: Fri Jun 16, 2000 12:58 am

& in url causes trouble

Post by guestroom »

Thanks - this did the trick.
Post Reply