On Aug 7, 2010, at 11:16 PM, elffikk wrote:
> I use version 1.82.1 (latest) and this seems not to work
>
> ('(.*):https?://(.*)site\.com:(.*)/(.*)', '/site/$4'),
>
>
> for simple site.com getting error
>
> site - is another name :)I think I see the problem, but I'm not sure what you're trying to do. In the above, what's $3? If you're using the full pattern, the domain (site.com) is followed by GET or POST-- site.com:GET Then a space, and then the path.

