09-20-05 12:54 PM
"David Bear" <david.bear@asu.edu> wrote in message
news:1309557.amoLhfCkum@teancum...
> AddHandler server-parsed s?html?
>
> is this legal. I can't find any examples on this. I've tried it and it
> seems to be ignored.
It's probably legal, and will probably work fine if you have a file with the
extension .s?html? But the AddHandler directive doesn't have wildcard/regex
support, so it isn't going to do what you want it to. You'll have to add
separate directives for each combination.
Richard.
[ Post a follow-up to this message ]
|