I'm trying to use wildpaths and it's not working. I'm hoping I'm just doing something stupid and that someone can help me.
What I'm trying to do is that I want any "page" with a .bmc extension to be a virtual path. To do this I set up a virtual path of "/*.bmc". If a user goes to the page abc.htm, it should get that static page. If a user goes to abc.bmc, or xyz.bmc, or anything.bmc, I want it to call a function in my workspace. I thought a virtual path of "/*.bmc" would do it, but abc.bmc and xyz.bmc both return a page not found error. (But, if I go to http://localhost/*.bmc, it works.)
So, is there something I need to do to turn on wildcards in virtual paths? Am I just doing it completely wrong? Do I need a different version of APLWS (I'm using 1.1.1644.25552).
Thanks in advance,
Brian