Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Apply RewriteRule only on index pages

1 view
Skip to first unread message

blnukem

unread,
Jun 16, 2004, 8:38:06 AM6/16/04
to
Hi All

Is there a way to apply a RewriteRule only on index pages say index.htm &
index.html that will call a script? Here is what I'm using now but it
applies it to every page viewed.

RewriteRule . /cgi-bin/script.pl

Thanks in advance
Blnukem


Klaus Johannes Rusch

unread,
Jun 16, 2004, 10:25:16 AM6/16/04
to
blnukem wrote:

> Is there a way to apply a RewriteRule only on index pages say index.htm &
> index.html that will call a script? Here is what I'm using now but it
> applies it to every page viewed.
>
> RewriteRule . /cgi-bin/script.pl

ScriptAlias /index.html /www/cgi-bin/script.pl

or (my preferred option)

DirectoryIndex index.html /cgi-bin/script.pl ...

--
Klaus Johannes Rusch
Klaus...@atmedia.net
http://www.atmedia.net/KlausRusch/

0 new messages