Hi,

I use Mongoose server on Windows machine for local debugging of my website

The site uses C++ script (exe file)

My current Mongoose configuration layout:

cgi_pattern **.exe$
enable_directory_listing yes
document_root C:\inetpub\mttry\wwwroot

Typical request to server:
http://localhost:8080/m.exe?s=code&l1=1&l2=2

I would like to use URL rewrite to omit script name in address line:
http://localhost:8080/s=code&l1=1&l2=2
should redirect to
http://localhost:8080/m.exe?s=code&l1=1&l2=2

In fact all calls to server should redirect to script along with parameters 
of current request

What is the correct config line for that?

-- 
You received this message because you are subscribed to the Google Groups 
"mongoose-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mongoose-users+unsubscr...@googlegroups.com.
To post to this group, send email to mongoose-users@googlegroups.com.
Visit this group at http://groups.google.com/group/mongoose-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to