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

 

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.