<IfModule mod_rewrite.c> RewriteEngine on RewriteRule ^/$ /cgi-bin/index [R,L] </IfModule>
This is also possible:
RedirectMatch permanent /(.*) http://www.example.com/cgi-bin/index.pl
(It's just another way...) I would always use mod_rewrite myself... -- http://www.usenix.org/publications/perl/
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>