Hello folks!


I've run into an horrible problem.

When i put

  $r->uri('/awstats/awstats.pl');
  $r->args("config=$name");

into my authen handler, the result is /awstats/awstats.pl/?config=$name, and not /awstats/awstats.pl?config=$name, as it should be.

It's the trailing slash problem.
My mod_perl version is 1.99_12.

Any ideas how to circumvent this?


Thank You, Petr.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to