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]



--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to