Author: Circum
Email: [EMAIL PROTECTED]
Message:
> > 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:
>
> ReverseAlias regex (.*/)([0-9a-fA-F]{32})/?$ $1$2
Actually, not, I wanted only that 32 characters. Didn't know that ReverseAlias checks
for syntax. Anyway, I have solved it with filtering at query level.
Reply: <http://www.mnogosearch.org/board/message.php?id=4555>
___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]