
pduchon at chello
Apr 15, 2004, 12:14 AM
Post #1 of 2
(1281 views)
Permalink
|
|
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 [at] perl For additional commands, e-mail: docs-dev-help [at] perl
|