in reply to perl file + .htaccess + mod rewrite

It looks like you are going at it from the wrong direction. You want the browser to pass you a url like "http://localhost/makecategory/17/1" and then mod_rewrite will munge it so it looks like a proper CGI query string and pass it to your cgi script.
  • Comment on Re: perl file + .htaccess + mod rewrite