in reply to perl file + .htaccess + mod rewrite

Apache's RewriteRules can indeed solve your problem. Would you care to post what you have tried so far and the results you got? Then we might be able to tweak your rules :)

--
b10m

All code is usually tested, but rarely trusted.
  • Comment on Re: perl file + .htaccess + mod rewrite

Replies are listed 'Best First'.
Re: Re: perl file + .htaccess + mod rewrite
by Anonymous Monk on Apr 27, 2004 at 19:05 UTC
    RewriteRule makecategory/(.*)/(.*) makecategory.pl?categoryid=$1&sitei +d=$2
    should work