Forum Moderators: open

Message Too Old, No Replies

Apache redirect equivalent

         

bwstyle

2:56 pm on Aug 28, 2007 (gmt 0)

10+ Year Member



I know we have this tidbit with mod_rewrite -- it redirects all non-www traffic to the corresponding www version.

RewriteCond %{HTTP_HOST}!^www\.
RewriteRule ^(.*)$ [%{HTTP_HOST}...] [R=301,L]

Is there an easy equivalent in IIS?

mrMister

5:07 pm on Aug 28, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



The IIS equivalent to mod_rewrite is ISAPI Rewrite...

[isapirewrite.com...]

haggul

11:25 am on Aug 29, 2007 (gmt 0)

10+ Year Member



Is that the industry standard for IIS servers?

Want to mask a move from .asp to .aspx pages - it looks ideal?