Tagged Questions
0
votes
3answers
232 views
managed c++ find and replace syntax
I'm building an isapi filter that will grab any url requests with the prefix "http://localhost/" and redirect that url request to my message page "http://localhost/default.html."
Here's the ...