Redirect Apache request to IIS

Just got some ideas for redirecting Apache request to IIS, if anyone make this work, please let me know.

RewriteEngine on
RewriteRule ^/(.*\.asp)$ http://localhost:81/$1 [P]

Comments

Popular posts from this blog

Java encoding : UTF-8, Big5, x-MS950-HKSCS