Category: ISAPI
How to replace any file named with an html extension with a query string using the name specified in the html file
RewriteRule ^/(.*).html$ /index.asp?q=$1 [L
e.g.
This replaces
hello.html
with
index.asp?q=hello
Category: ISAPI
How to replace any file named with an html extension with a query string using the name specified in the html file
RewriteRule ^/(.*).html$ /index.asp?q=$1 [L
e.g.
This replaces
hello.html
with
index.asp?q=hello