I want http://some.site/webcal or http://some.site/webcal/ to call http://some.site/webcal/webcal.plDirectoryIndex webcal.pl does not work inside the Directory below. So I tried mod_rewrite. No luck. I never used it before. Any help?
PerlRequire "E:/Open/webcal/cgi-bin/startup.pl" Alias /webcal "E:/Open/webcal/cgi-bin" RewriteEngine On RewriteRule ^/webcal$ /webcal/webcal.pl [R=permanent] <Directory "E:/Open/webcal/cgi-bin"> AllowOverride All SetHandler perl-script PerlResponseHandler ModPerl::Registry PerlOptions +ParseHeaders Options +ExecCGI Allow from all </Directory> Júlio --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx