Mailing List Archive

Mod_perl - URL rewriting.
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: docs-dev-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-dev-help@perl.apache.org
Re: Mod_perl - URL rewriting. [ In reply to ]
Hi!

On Thu, Apr 15, 2004 at 09:14:19AM +0200, Petr Duchon wrote:

> I've run into an horrible problem.

This is the dev-list: The development mailing list is for discussions about
the development of the core mod_perl.

Please ask your question on the mod_perl users mailing list:
http://perl.apache.org/maillist/modperl.html

--
-> Austrian Perl Workshop - 20th-22nd May - http://vienna.pm.org/ <-

#!/usr/bin/perl http://domm.zsi.at
for(ref bless{},just'another'perl'hacker){s-:+-$"-g&&print$_.$/}

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-dev-help@perl.apache.org