-
Posted to
IIS7 - URL Rewrite Module
by
MatthewMcD
on
03-31-2009, 3:12 PM
Thanks, I'll take another stab at it. I appreciate your responsiveness!
Matthew
-
Posted to
IIS7 - URL Rewrite Module
by
MatthewMcD
on
03-31-2009, 1:36 PM
Thanks!
OK, so how does that work if I have multiple host headers on the single "redirect" site. For example, if my marketing group wants hundreds of vanity URLs. How can I be sure that the rule is applied to a specific domain.
For example:
foo.company.com => www.foocompany.com
bar.company.com => ...
-
Posted to
IIS7 - URL Rewrite Module
by
MatthewMcD
on
03-27-2009, 1:07 PM
We'd like to replace all of our existing IIS 6 Redirects with a single web application and the URL Rewrite Module. Seems simple but I cannot get the following wildcard to work.
So for example redirect:
http://www.company.com/foo* to http://foo.company.com
I tried this with a wildcard pattern match by browsing to ...
-
Posted to
IIS 7.0 - PowerShell
by
MatthewMcD
on
03-17-2009, 12:46 PM
How do I use the Powershell extensions to change the log directory for an IIS site?
Matt
-
Posted to
Configuration & Scripting
by
MatthewMcD
on
06-20-2008, 6:46 PM
Is it possible to run PowerShell scripts against IIS 6? I see a bunch of examples for IIS 7 but I am still running 6.0 on Win2k3. (Or do I still need to use Adsutil.vbs)
I want to script the log location for a web site.
Any pointers to resources would be GREAT.
Thanks!
Matthew