RewriteRule ^(.*)$ /cgi-bin/myscript.pl?$1 [L] #### mod_rewrite: maximum number of internal redirects reached. Assuming configuration error. Use 'RewriteOptions MaxRedirects' to increase the limit if neccessary. #### RewriteRule !^/cgi-bin - [C] RewriteRule ^(.*)$ /cgi-bin/myscript.pl?$1 [L] #### my JAPH: print"Just another Perl hacker\n"; # ^ look, no space! pretty tricky huh?