>>>>> "Thomas" == Thomas Klausner <[EMAIL PROTECTED]> writes:

Thomas> Sorry for the offtopic post, but I thought somebody here just has to know
Thomas> the answer to my problem...

Thomas> I want to rewrite URIs (using Apache 1.31) from something like this

Thomas>   http://somehost/somedir/123.html

Thomas> to

Thomas>   http://somehost/somedir/view?id=123

Since this is a mod_perl mailing list, the way to bring it
back on-topic is to CHUCK MOD_REWRITE if you have mod_perl
available.  A PerlTransHandler is far more flexible than
mod_rewrite, and uses a much more familiar syntax. :)

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

-- 
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