Webboard: ReverseAlias problem

2002-04-01 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hi there, I have the following cmd: ReverseAlias regex .*/([0-9a-fA-F]{32})/?$ $1 I thought it does that when my URL's last part is a 32 char length hex number, then only this 32 chars go into the url table. Unfortunately,

Webboard: ReverseAlias problem

2002-04-01 Thread Circum
Author: Circum Email: [EMAIL PROTECTED] Message: gt; ReverseAlias regex .*/([0-9a-fA-F]{32})/?$ $1 This is incorrect ReverseAlias usage. ReverseAlias must return a correctly formed ABSOLUTE url, including it's scheme type (for example http:// ). I think you wanted something like this:

Webboard: ReverseAlias problem

2002-03-28 Thread Circum
Author: Circum Email: [EMAIL PROTECTED] Message: Hi there, I have the following cmd: ReverseAlias regex .*/([0-9a-fA-F]{32})/?$ $1 I thought it does that when my URL's last part is a 32 char length hex number, then only this 32 chars go into the url table. Unfortunately, if I put this into