Pattern matching for static resources

2004-09-08 Thread Derek Hohls
Please help with a simple match that I cannot get to work... in HTML I will have: src=/dir1/dir2/dir3/resources/custom/images/icon.gif or src=dir2/dir3/resources/custom/images/icon.gif or src=dir3/resources/custom/images/icon.gif I need all of these to match to the same file in the same

RE: Pattern matching for static resources

2004-09-08 Thread Huber, Daniel
Hi Derek, Please help with a simple match that I cannot get to work... in HTML I will have: src=/dir1/dir2/dir3/resources/custom/images/icon.gif or src=dir2/dir3/resources/custom/images/icon.gif or src=dir3/resources/custom/images/icon.gif just use this map:match

RE: Pattern matching for static resources

2004-09-08 Thread Huber, Daniel
Hi Derek, Please help with a simple match that I cannot get to work... in HTML I will have: src=/dir1/dir2/dir3/resources/custom/images/icon.gif or src=dir2/dir3/resources/custom/images/icon.gif or src=dir3/resources/custom/images/icon.gif just use this

RE: Pattern matching for static resources

2004-09-08 Thread Derek Hohls
Daniel Thanks, I think I need to add the following to make it fit exactly: map:match pattern=**/resources/custom/**/*.gif map:read src=resource/actual-dir/{2}/{3}.gif mimetype=image/gif/ /map:match Derek [EMAIL PROTECTED] 2004/09/08 02:14:22 PM Hi Derek, Please help with a