On Thursday, 05. October 2006 17:23, [EMAIL PROTECTED] wrote: > At the moment I have a line in xml_response that checks the request > for ending in css, gif etc so as to return DECLINE and not try and put > them thrugh a stylesheet. > Is there an inbuilt way of doing this(ie separating ordinary files from > xml) or shuld Iwrite a config directive to do it? Something along the > lines of > IgnoreFiles gif css jpg
You can use multiple location blocks, the first match is used: <Location \.(gif|css|jpg|png)$> ... whatever "normal files" should get </Location> <Location /your_app/> ... your webapp code ... </Location> -- CU Joerg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]