Thanks Thomas,
Question:
> > Here are the problems/Questions that I face:
> > 1. Since in this case each requests for a html
> >file has multiple files that need to be downloaded 
> > the client. Am I right to assume that the handler
> >will act on each and every file requested file 
> >below my /en/course URI?
Answer:
> >    Add something like
> >return DECLINED unless $r->content_type() eq
> > 'text/html';
> >near the top of your handler.
> This way only html-documents get handled by your
> handler, the rest falls
> through to the default apache handler.

This one did work for most of the cases. Which is the
first war among many battles? I also have cases where
the book content has pop up windows to display meaning
of words that do not need the entire header to be
displayed .i.e. the handler should not be act on such
a request. 
Question:
Is there a way I can put them in a directory and when
the uri matches that directory, i disable the handler?
If so how can I do it?

Mark

__________________________________________________
Do You Yahoo!?
Great stuff seeking new owners in Yahoo! Auctions! 
http://auctions.yahoo.com

Reply via email to