Hello, I have a rather simple scenario. I just need to split static and dynamic content. So, I first defined the service for the static content with a URL condition.
The definition for the dynamic content service follows the static one. In essence anything that doesn't get captured by the static content service falls through to the dynamic one. The problem is that it recently became necessary to channel some static content through the dynamic servers because requests to that static content should trigger a login procedure in php. So, I somehow need to exclude certain directories from the static service, but I can't find any way to exclude certain URLs. In essence, I need to say "All static content except for this". What's the best way to handle this? Thanks, Sergei -- To unsubscribe send an email with subject unsubscribe to [email protected]. Please contact [email protected] for questions.
