Hi, I've fixed this by changing line 78 in src/sg.l The new line is similar to: <REDIRECT_STATE>[a-zA-Z3\/][~a-zA-Z0-9/_\-\.\/\:\%\+\?=&]* ...<snip>........... Notice the addition of the '~' character, it sorts out the REDIRECT url parse problem.
Regards, Chris. > Hi, > The "~" character seems to be causing a problem in redirect URL's. > I'm having problems specifying a line such as; > redirect http://192.168.0.1/~chris/blacklist.php . > > The parser complains and I get "parse error in configfile". It works fine > without the "~". > Am I missing something? > TIA > Regards, Chris.
