cenocre wrote
cgi.pan
gets changed to:
cgi-bin/Panorama.cgi?PanoramaCGI~.cgiDispatch~
From the example sites you gave, you should know that this rewriting is quite an advanced (and weird!) system. It will probably take a lot of tweaking to get it working just right.
Try this:
virtual path regex: ^/cgi.pan(.*)
case-sensitive: unchecked
conditions: (none)
apply to subrequests: checked
internal redirection to: /cgi-bin/Panorama.cgi?PanoramaCGI~.cgiDispatch~$1
append query string: checked
escape redirection location: checked
next action: continue with next rule
Also, when you see the table of URL rewrite rules, click 'edit', right next to 'advanced parameters'. Start a log file and check 'log variables'.
If you run into trouble, check out your url rewrite logfile -- it will show you exactly what the parsing engine was doing. Be sure to keep an eye on the size of this file as it can grow very quickly!
If you need more help, include at least one example from the url rewrite file. You can post it on
the code-bin if you want to. (That's one of my Abyss-hosted websites!)