<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: HTTP Redirection in IIS 7 on Windows Server 2008</title>
	<atom:link href="http://www.trainsignaltraining.com/windows-server-2008-http-redirection/2008-03-27/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.trainsignaltraining.com/windows-server-2008-http-redirection/2008-03-27/</link>
	<description>Free Computer Training &#38; News Brought To You By Train Signal</description>
	<lastBuildDate>Thu, 11 Mar 2010 08:29:03 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tabassum</title>
		<link>http://www.trainsignaltraining.com/windows-server-2008-http-redirection/2008-03-27/comment-page-1/#comment-79869</link>
		<dc:creator>Tabassum</dc:creator>
		<pubDate>Mon, 11 Jan 2010 05:49:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.trainsignaltraining.com/windows-server-2008-http-redirection/2008-03-27/#comment-79869</guid>
		<description>Hi,
     It&#039;s a great article, but my issue is that how to redirect between virtual pages i.e I have a page in aspx(~/sample.aspx) and I used URL rewriting for that page now the new url is something like ~/sample/sample.html which is rewrite to ~/sample.aspx  now I want that
if user type the url  ~/sample.html or ~/sample.aspx then the url is redirected to ~/sample/sample.html.
Please guid me on the above issue</description>
		<content:encoded><![CDATA[<p>Hi,<br />
     It&#8217;s a great article, but my issue is that how to redirect between virtual pages i.e I have a page in aspx(~/sample.aspx) and I used URL rewriting for that page now the new url is something like ~/sample/sample.html which is rewrite to ~/sample.aspx  now I want that<br />
if user type the url  ~/sample.html or ~/sample.aspx then the url is redirected to ~/sample/sample.html.<br />
Please guid me on the above issue</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hein</title>
		<link>http://www.trainsignaltraining.com/windows-server-2008-http-redirection/2008-03-27/comment-page-1/#comment-78785</link>
		<dc:creator>hein</dc:creator>
		<pubDate>Mon, 14 Dec 2009 11:53:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.trainsignaltraining.com/windows-server-2008-http-redirection/2008-03-27/#comment-78785</guid>
		<description>HTTP Redirect is missing on my IIS7 on window server 2008. Do I need to install this seperately or ?</description>
		<content:encoded><![CDATA[<p>HTTP Redirect is missing on my IIS7 on window server 2008. Do I need to install this seperately or ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nidhi tiwari</title>
		<link>http://www.trainsignaltraining.com/windows-server-2008-http-redirection/2008-03-27/comment-page-1/#comment-78622</link>
		<dc:creator>nidhi tiwari</dc:creator>
		<pubDate>Thu, 10 Dec 2009 12:29:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.trainsignaltraining.com/windows-server-2008-http-redirection/2008-03-27/#comment-78622</guid>
		<description>if we created web.config in client&#039;s site then how to use it for redirection of www url to non www url or vise versa.</description>
		<content:encoded><![CDATA[<p>if we created web.config in client&#8217;s site then how to use it for redirection of www url to non www url or vise versa.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles</title>
		<link>http://www.trainsignaltraining.com/windows-server-2008-http-redirection/2008-03-27/comment-page-1/#comment-77984</link>
		<dc:creator>Charles</dc:creator>
		<pubDate>Thu, 26 Nov 2009 01:49:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.trainsignaltraining.com/windows-server-2008-http-redirection/2008-03-27/#comment-77984</guid>
		<description>Excellent info.  All the other sites talked about scripting the 301 redirect, which is a bit dirty, when you have access to the IIS console!

Cheers.</description>
		<content:encoded><![CDATA[<p>Excellent info.  All the other sites talked about scripting the 301 redirect, which is a bit dirty, when you have access to the IIS console!</p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Koehler</title>
		<link>http://www.trainsignaltraining.com/windows-server-2008-http-redirection/2008-03-27/comment-page-1/#comment-77398</link>
		<dc:creator>Dave Koehler</dc:creator>
		<pubDate>Wed, 11 Nov 2009 15:36:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.trainsignaltraining.com/windows-server-2008-http-redirection/2008-03-27/#comment-77398</guid>
		<description>Hello,

I hope you can spend a few minutes looking at a rather unique issue I&#039;m having with IIS 7 on a Windows Server 2008 machine.

We develop our websites using Cold Fusion and Flex. Because some of the data our
clients store in our databases is sensitive, we have a Secure Certificate
installed on the directory .../inetpub/sslroot. All our secure clients
websites reside under sslroot. In order to access the certificate, a user
logging into a site, say, at .../inetpub/sslroot/ClientSite/loginfile.cfm
must be redirected back to .../inetpub/sslroot. I have setup the redirect to a physical location somewhere other than under inetpub/sslroot. I have put the redirect to .../inetpub/wwwroot/ClientSite (I&#039;ve tried other locations as well). The IIS 7 web.config file correctly shows where the redirect actually goes. In this case it goes to https://securecertificatename.companyname.com/ClientSite.

That all works just fine. A person goes to the website, gets the login
screen from ClientSite and logs in. This is where the trouble begins. A
Flash screen appears that needs to access some cfc files located in a
directory at ...inetpub/sslroot/ClientSite/cfc but, instead, it looks for
the files at ...inetpub/wwwroot/ClientSite/cfc and because those files are
not there, an error is thrown.

The trouble is that all this works just fine using IIS 6 and that&#039;s why I think it&#039;s an IIS 7 issue and not Flex or Coldfusion.

Any help would be greatly appreciated.

Dave Koehler</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I hope you can spend a few minutes looking at a rather unique issue I&#8217;m having with IIS 7 on a Windows Server 2008 machine.</p>
<p>We develop our websites using Cold Fusion and Flex. Because some of the data our<br />
clients store in our databases is sensitive, we have a Secure Certificate<br />
installed on the directory &#8230;/inetpub/sslroot. All our secure clients<br />
websites reside under sslroot. In order to access the certificate, a user<br />
logging into a site, say, at &#8230;/inetpub/sslroot/ClientSite/loginfile.cfm<br />
must be redirected back to &#8230;/inetpub/sslroot. I have setup the redirect to a physical location somewhere other than under inetpub/sslroot. I have put the redirect to &#8230;/inetpub/wwwroot/ClientSite (I&#8217;ve tried other locations as well). The IIS 7 web.config file correctly shows where the redirect actually goes. In this case it goes to <a href="https://securecertificatename.companyname.com/ClientSite" rel="nofollow">https://securecertificatename.companyname.com/ClientSite</a>.</p>
<p>That all works just fine. A person goes to the website, gets the login<br />
screen from ClientSite and logs in. This is where the trouble begins. A<br />
Flash screen appears that needs to access some cfc files located in a<br />
directory at &#8230;inetpub/sslroot/ClientSite/cfc but, instead, it looks for<br />
the files at &#8230;inetpub/wwwroot/ClientSite/cfc and because those files are<br />
not there, an error is thrown.</p>
<p>The trouble is that all this works just fine using IIS 6 and that&#8217;s why I think it&#8217;s an IIS 7 issue and not Flex or Coldfusion.</p>
<p>Any help would be greatly appreciated.</p>
<p>Dave Koehler</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kumaravelan</title>
		<link>http://www.trainsignaltraining.com/windows-server-2008-http-redirection/2008-03-27/comment-page-1/#comment-75506</link>
		<dc:creator>Kumaravelan</dc:creator>
		<pubDate>Tue, 20 Oct 2009 04:56:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.trainsignaltraining.com/windows-server-2008-http-redirection/2008-03-27/#comment-75506</guid>
		<description>Thankyou dude...</description>
		<content:encoded><![CDATA[<p>Thankyou dude&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yves Germain</title>
		<link>http://www.trainsignaltraining.com/windows-server-2008-http-redirection/2008-03-27/comment-page-1/#comment-69776</link>
		<dc:creator>Yves Germain</dc:creator>
		<pubDate>Wed, 15 Jul 2009 14:48:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.trainsignaltraining.com/windows-server-2008-http-redirection/2008-03-27/#comment-69776</guid>
		<description>Add a comment that if you don&#039;t see HTTP redirection in Windows 2008, you have to add the role in IIS 7.0</description>
		<content:encoded><![CDATA[<p>Add a comment that if you don&#8217;t see HTTP redirection in Windows 2008, you have to add the role in IIS 7.0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohamed Fki</title>
		<link>http://www.trainsignaltraining.com/windows-server-2008-http-redirection/2008-03-27/comment-page-1/#comment-69544</link>
		<dc:creator>Mohamed Fki</dc:creator>
		<pubDate>Sat, 11 Jul 2009 10:31:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.trainsignaltraining.com/windows-server-2008-http-redirection/2008-03-27/#comment-69544</guid>
		<description>I do not see the HTTP REDIRECT in IIS7 manager. how do to install it. Thanks in advance.</description>
		<content:encoded><![CDATA[<p>I do not see the HTTP REDIRECT in IIS7 manager. how do to install it. Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://www.trainsignaltraining.com/windows-server-2008-http-redirection/2008-03-27/comment-page-1/#comment-64589</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Tue, 26 May 2009 06:20:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.trainsignaltraining.com/windows-server-2008-http-redirection/2008-03-27/#comment-64589</guid>
		<description>Brian, go into Server Manager and look in the IIS section. you will see a section called &quot;role services&quot;. You will see in there that HTTP redirection is not installed. This was the case with mine (windows 2008 x64 and domain controller). You can then install it from there.</description>
		<content:encoded><![CDATA[<p>Brian, go into Server Manager and look in the IIS section. you will see a section called &#8220;role services&#8221;. You will see in there that HTTP redirection is not installed. This was the case with mine (windows 2008 x64 and domain controller). You can then install it from there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cort</title>
		<link>http://www.trainsignaltraining.com/windows-server-2008-http-redirection/2008-03-27/comment-page-1/#comment-57313</link>
		<dc:creator>Cort</dc:creator>
		<pubDate>Tue, 24 Mar 2009 20:30:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.trainsignaltraining.com/windows-server-2008-http-redirection/2008-03-27/#comment-57313</guid>
		<description>I&#039;m really having problems with this. I redesigned an html website in aspx. So now I have two websites; an old html and a new aspx - copies except for the redesign and new directories, etc. At this point the old website (hosted by one host) is now pointed at the new website (on a different host). 

I&#039;ve tried the redirect (this and others) several times without success. I selected an html file in the old website - redirected it to the appropriate file in the new website - carefully following the procedure - and nothing happened. I&#039;m really sketchy on this but if I&#039;m changing settings on IIS on my computer why would they communicate to the remote site on my hosts server? I don&#039;t publish them to the remote host -  the only thing I publish to the remote server is my website. How do they get there? (I&#039;m a novice obviously)

In any case I&#039;ve been completely stuck. If anyone has any ideas please let me know.</description>
		<content:encoded><![CDATA[<p>I&#8217;m really having problems with this. I redesigned an html website in aspx. So now I have two websites; an old html and a new aspx &#8211; copies except for the redesign and new directories, etc. At this point the old website (hosted by one host) is now pointed at the new website (on a different host). </p>
<p>I&#8217;ve tried the redirect (this and others) several times without success. I selected an html file in the old website &#8211; redirected it to the appropriate file in the new website &#8211; carefully following the procedure &#8211; and nothing happened. I&#8217;m really sketchy on this but if I&#8217;m changing settings on IIS on my computer why would they communicate to the remote site on my hosts server? I don&#8217;t publish them to the remote host &#8211;  the only thing I publish to the remote server is my website. How do they get there? (I&#8217;m a novice obviously)</p>
<p>In any case I&#8217;ve been completely stuck. If anyone has any ideas please let me know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://www.trainsignaltraining.com/windows-server-2008-http-redirection/2008-03-27/comment-page-1/#comment-55961</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Thu, 12 Mar 2009 15:16:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.trainsignaltraining.com/windows-server-2008-http-redirection/2008-03-27/#comment-55961</guid>
		<description>I made a mistake in my post above... I used the variable $V (not $S).  So the example URL should be http://www.newdomain.com$V$Q</description>
		<content:encoded><![CDATA[<p>I made a mistake in my post above&#8230; I used the variable $V (not $S).  So the example URL should be <a href="http://www.newdomain.com$V$Q" rel="nofollow">http://www.newdomain.com$V$Q</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://www.trainsignaltraining.com/windows-server-2008-http-redirection/2008-03-27/comment-page-1/#comment-55959</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Thu, 12 Mar 2009 14:50:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.trainsignaltraining.com/windows-server-2008-http-redirection/2008-03-27/#comment-55959</guid>
		<description>In IIS6, when redirecting all pages to a new domain, I had to use server variables.  This made sure links to dynamic pages were handled correctly.

E.g., I&#039;d create a  permanent redirection to a URL and use two server variables: $S and $Q like so...

http://www.newdomain.com$S$Q

Would I need to use the same variables in IIS7?  Or are dynamic pages handled automatically?

Thanks for the great article!
-Sam</description>
		<content:encoded><![CDATA[<p>In IIS6, when redirecting all pages to a new domain, I had to use server variables.  This made sure links to dynamic pages were handled correctly.</p>
<p>E.g., I&#8217;d create a  permanent redirection to a URL and use two server variables: $S and $Q like so&#8230;</p>
<p><a href="http://www.newdomain.com$S$Q" rel="nofollow">http://www.newdomain.com$S$Q</a></p>
<p>Would I need to use the same variables in IIS7?  Or are dynamic pages handled automatically?</p>
<p>Thanks for the great article!<br />
-Sam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Lawlor</title>
		<link>http://www.trainsignaltraining.com/windows-server-2008-http-redirection/2008-03-27/comment-page-1/#comment-54475</link>
		<dc:creator>David Lawlor</dc:creator>
		<pubDate>Thu, 26 Feb 2009 21:55:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.trainsignaltraining.com/windows-server-2008-http-redirection/2008-03-27/#comment-54475</guid>
		<description>Brian-

HTTP redirection might not be enabled by default, you will have to enable it on the webserver.  If you have command line access:

Run a command prompt as Administrator
Type: cd \windows\system32\inetsrv
Hit enter
Type: appcmd set config /section:httpRedirect /enabled:true
Hit enter

It may require a restart of IIS service.  If you are using a hosted shared solution you will need to contact them to enable this.

Hope that helps.

Dave</description>
		<content:encoded><![CDATA[<p>Brian-</p>
<p>HTTP redirection might not be enabled by default, you will have to enable it on the webserver.  If you have command line access:</p>
<p>Run a command prompt as Administrator<br />
Type: cd \windows\system32\inetsrv<br />
Hit enter<br />
Type: appcmd set config /section:httpRedirect /enabled:true<br />
Hit enter</p>
<p>It may require a restart of IIS service.  If you are using a hosted shared solution you will need to contact them to enable this.</p>
<p>Hope that helps.</p>
<p>Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Knoblauch</title>
		<link>http://www.trainsignaltraining.com/windows-server-2008-http-redirection/2008-03-27/comment-page-1/#comment-54456</link>
		<dc:creator>Brian Knoblauch</dc:creator>
		<pubDate>Thu, 26 Feb 2009 19:29:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.trainsignaltraining.com/windows-server-2008-http-redirection/2008-03-27/#comment-54456</guid>
		<description>This is exactly what I need to do, but I don&#039;t have the &quot;HTTP Redirect&quot; icon!  All the rest of them are there, but the redirect is missing.</description>
		<content:encoded><![CDATA[<p>This is exactly what I need to do, but I don&#8217;t have the &#8220;HTTP Redirect&#8221; icon!  All the rest of them are there, but the redirect is missing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://www.trainsignaltraining.com/windows-server-2008-http-redirection/2008-03-27/comment-page-1/#comment-48026</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Tue, 16 Dec 2008 20:41:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.trainsignaltraining.com/windows-server-2008-http-redirection/2008-03-27/#comment-48026</guid>
		<description>Nice post! Just what I needed for a http to https redirect. The overview of the different types of redirects was very helpful. Thanks.</description>
		<content:encoded><![CDATA[<p>Nice post! Just what I needed for a http to https redirect. The overview of the different types of redirects was very helpful. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ed0g</title>
		<link>http://www.trainsignaltraining.com/windows-server-2008-http-redirection/2008-03-27/comment-page-1/#comment-44898</link>
		<dc:creator>ed0g</dc:creator>
		<pubDate>Tue, 18 Nov 2008 17:55:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.trainsignaltraining.com/windows-server-2008-http-redirection/2008-03-27/#comment-44898</guid>
		<description>Ryan Guest, 

I don&#039;t remember the exact details, but OWA is written in IIS6 classic mode, and the redirect module has to be added to that view somehow, or it is not possible. This is because of how OWA is written...

Not much help, but perhaps just enough to get it started (it being a google search)</description>
		<content:encoded><![CDATA[<p>Ryan Guest, </p>
<p>I don&#8217;t remember the exact details, but OWA is written in IIS6 classic mode, and the redirect module has to be added to that view somehow, or it is not possible. This is because of how OWA is written&#8230;</p>
<p>Not much help, but perhaps just enough to get it started (it being a google search)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.trainsignaltraining.com/windows-server-2008-http-redirection/2008-03-27/comment-page-1/#comment-44112</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Thu, 13 Nov 2008 17:21:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.trainsignaltraining.com/windows-server-2008-http-redirection/2008-03-27/#comment-44112</guid>
		<description>Jerry, 

Great article! I have completed the redirects from non-www. to www. for canonicalization reasons. I am also trying to redirect the /index.asp page to always be loaded as the .com page, with no index.asp.  
I am attempting to do this to complete the canonicalization on my site. I have no problems achieving this result on apache servers but I have not found a solution on IIS servers.  The problem that I am running into is that a 301 redirect from index.asp to just .com puts the query into a loop.  
I would greatly appreciate any insight or suggestions into how to rectify this issue.
Thanks again Jerry, for the insightful article you have written!</description>
		<content:encoded><![CDATA[<p>Jerry, </p>
<p>Great article! I have completed the redirects from non-www. to www. for canonicalization reasons. I am also trying to redirect the /index.asp page to always be loaded as the .com page, with no index.asp.<br />
I am attempting to do this to complete the canonicalization on my site. I have no problems achieving this result on apache servers but I have not found a solution on IIS servers.  The problem that I am running into is that a 301 redirect from index.asp to just .com puts the query into a loop.<br />
I would greatly appreciate any insight or suggestions into how to rectify this issue.<br />
Thanks again Jerry, for the insightful article you have written!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Guest</title>
		<link>http://www.trainsignaltraining.com/windows-server-2008-http-redirection/2008-03-27/comment-page-1/#comment-39409</link>
		<dc:creator>Ryan Guest</dc:creator>
		<pubDate>Tue, 07 Oct 2008 13:41:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.trainsignaltraining.com/windows-server-2008-http-redirection/2008-03-27/#comment-39409</guid>
		<description>Hi Dave,

I have tried setting the rediect for both the default web site and the localhost to &quot;/owa&quot; and &quot;https://webmail.MYDOMAIN.com/owa&quot; however, neither seem to work. Do I need to alter any premissions or is there something else I&#039;m missing?

Any help would be greatly appreaciated.

Regards,</description>
		<content:encoded><![CDATA[<p>Hi Dave,</p>
<p>I have tried setting the rediect for both the default web site and the localhost to &#8220;/owa&#8221; and &#8220;https://webmail.MYDOMAIN.com/owa&#8221; however, neither seem to work. Do I need to alter any premissions or is there something else I&#8217;m missing?</p>
<p>Any help would be greatly appreaciated.</p>
<p>Regards,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jagdish</title>
		<link>http://www.trainsignaltraining.com/windows-server-2008-http-redirection/2008-03-27/comment-page-1/#comment-36204</link>
		<dc:creator>jagdish</dc:creator>
		<pubDate>Fri, 19 Sep 2008 14:59:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.trainsignaltraining.com/windows-server-2008-http-redirection/2008-03-27/#comment-36204</guid>
		<description>Hi

on my site I want to redirect all the pages to new site except the home page.

We are moving our site to new Domain but want the home page of the old site still running. Is it possible from IIS setting ?

Thanks 

jagdish</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>on my site I want to redirect all the pages to new site except the home page.</p>
<p>We are moving our site to new Domain but want the home page of the old site still running. Is it possible from IIS setting ?</p>
<p>Thanks </p>
<p>jagdish</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jami</title>
		<link>http://www.trainsignaltraining.com/windows-server-2008-http-redirection/2008-03-27/comment-page-1/#comment-32895</link>
		<dc:creator>Jami</dc:creator>
		<pubDate>Tue, 26 Aug 2008 17:08:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.trainsignaltraining.com/windows-server-2008-http-redirection/2008-03-27/#comment-32895</guid>
		<description>thank you!  any idea how to set up a 404 page on IIS?</description>
		<content:encoded><![CDATA[<p>thank you!  any idea how to set up a 404 page on IIS?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
