I\'m hoping there is a way to do this with mod_rewrite and Apache, but maybe there is another way to consider too.
On my site, I have directories set up for re-skinn
Try this:
RewriteEngine on RewriteRule ^clients/abc/ - [L] RewriteCond %{DOCUMENT_ROOT}clients/abc/$0 -f RewriteRule .* clients/abc/$0 [L]