<?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"
	>
<channel>
	<title>Comments for Web Merchant Resource Center</title>
	<atom:link href="http://blog.wmsmerchantservices.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.wmsmerchantservices.com</link>
	<description>Resources for Web Merchants and other Online Businesses</description>
	<pubDate>Sat, 04 Feb 2012 03:13:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on 301 redirecting on a Windows server ( same as mod_rewrite / .htaccess ) by Sean@WMS</title>
		<link>http://blog.wmsmerchantservices.com/windows-server-issues/301-redirecting-on-a-windows-server-same-as-mod_rewrite-htaccess/#comment-938</link>
		<dc:creator>Sean@WMS</dc:creator>
		<pubDate>Wed, 21 Sep 2011 03:41:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wmsmerchantservices.com/?p=12#comment-938</guid>
		<description>Hi Richard,

Indeed if your host is using IIS Password, that will take control over using .htaccess for anything else.

Your prior conditions and rules look correct. So, the question is, what ISAPI rewriter is you host using and is that activated on your account?

For example, this is perfectly valid if there is an RewriteEngine to be used:

RewriteEngine on
RewriteRule ^floatingfloors\.html$ floatingfloors.asp [NC,R=301]</description>
		<content:encoded><![CDATA[<p>Hi Richard,</p>
<p>Indeed if your host is using IIS Password, that will take control over using .htaccess for anything else.</p>
<p>Your prior conditions and rules look correct. So, the question is, what ISAPI rewriter is you host using and is that activated on your account?</p>
<p>For example, this is perfectly valid if there is an RewriteEngine to be used:</p>
<p>RewriteEngine on<br />
RewriteRule ^floatingfloors\.html$ floatingfloors.asp [NC,R=301]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 301 redirecting on a Windows server ( same as mod_rewrite / .htaccess ) by Richard</title>
		<link>http://blog.wmsmerchantservices.com/windows-server-issues/301-redirecting-on-a-windows-server-same-as-mod_rewrite-htaccess/#comment-937</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Mon, 19 Sep 2011 10:27:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wmsmerchantservices.com/?p=12#comment-937</guid>
		<description>Sorry that should say:

RewriteCond Host: mason-uk\.co\.uk 
RewriteRule floatingfloors\.html http\://mason-uk.co.uk/floatingfloors.asp [I,RP]</description>
		<content:encoded><![CDATA[<p>Sorry that should say:</p>
<p>RewriteCond Host: mason-uk\.co\.uk<br />
RewriteRule floatingfloors\.html http\://mason-uk.co.uk/floatingfloors.asp [I,RP]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 301 redirecting on a Windows server ( same as mod_rewrite / .htaccess ) by Richard</title>
		<link>http://blog.wmsmerchantservices.com/windows-server-issues/301-redirecting-on-a-windows-server-same-as-mod_rewrite-htaccess/#comment-936</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Mon, 19 Sep 2011 10:01:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wmsmerchantservices.com/?p=12#comment-936</guid>
		<description>Just tried this and it still didnt work:

RewriteCond Host: mason-uk\.co\.uk 
RewriteRule /pages/floatingfloors\.html http\://mason-uk.co.uk/floatingfloors.asp [I,RP]</description>
		<content:encoded><![CDATA[<p>Just tried this and it still didnt work:</p>
<p>RewriteCond Host: mason-uk\.co\.uk<br />
RewriteRule /pages/floatingfloors\.html http\://mason-uk.co.uk/floatingfloors.asp [I,RP]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 301 redirecting on a Windows server ( same as mod_rewrite / .htaccess ) by Richard</title>
		<link>http://blog.wmsmerchantservices.com/windows-server-issues/301-redirecting-on-a-windows-server-same-as-mod_rewrite-htaccess/#comment-935</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Mon, 19 Sep 2011 08:57:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wmsmerchantservices.com/?p=12#comment-935</guid>
		<description>Thanks for the reply Sean.

I initially tried it with the .htaccess file and it didnt work. I was then directed to use the httpd.ini file because we are hosted on a windows server using IIS Password.

Does that mean anything to you? Would that affect what sort of code would be suitable?

I'm afraid I'm a bit of a beginner with these re-directs...</description>
		<content:encoded><![CDATA[<p>Thanks for the reply Sean.</p>
<p>I initially tried it with the .htaccess file and it didnt work. I was then directed to use the httpd.ini file because we are hosted on a windows server using IIS Password.</p>
<p>Does that mean anything to you? Would that affect what sort of code would be suitable?</p>
<p>I&#8217;m afraid I&#8217;m a bit of a beginner with these re-directs&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 301 redirecting on a Windows server ( same as mod_rewrite / .htaccess ) by Sean@WMS</title>
		<link>http://blog.wmsmerchantservices.com/windows-server-issues/301-redirecting-on-a-windows-server-same-as-mod_rewrite-htaccess/#comment-934</link>
		<dc:creator>Sean@WMS</dc:creator>
		<pubDate>Sat, 17 Sep 2011 03:13:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wmsmerchantservices.com/?p=12#comment-934</guid>
		<description>Richard,

What you have here looks correct:
RewriteEngine on
RewriteRule ^floatingfloors\.html$ floatingfloors.asp [NC,R=301]

If that isn't working then either your host doesn't support an ISAPI rewriter such as ISAPI_Rewrite or maybe they have that functionality executed by .htaccess.

Try loading your rules to a file named .htaccess in your web root directory. If that works, then they are using this method. If it doesn't, then you really need to take this up with your hosting provider, as the rules you've written here are correct.</description>
		<content:encoded><![CDATA[<p>Richard,</p>
<p>What you have here looks correct:<br />
RewriteEngine on<br />
RewriteRule ^floatingfloors\.html$ floatingfloors.asp [NC,R=301]</p>
<p>If that isn&#8217;t working then either your host doesn&#8217;t support an ISAPI rewriter such as ISAPI_Rewrite or maybe they have that functionality executed by .htaccess.</p>
<p>Try loading your rules to a file named .htaccess in your web root directory. If that works, then they are using this method. If it doesn&#8217;t, then you really need to take this up with your hosting provider, as the rules you&#8217;ve written here are correct.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 301 redirecting on a Windows server ( same as mod_rewrite / .htaccess ) by Richard</title>
		<link>http://blog.wmsmerchantservices.com/windows-server-issues/301-redirecting-on-a-windows-server-same-as-mod_rewrite-htaccess/#comment-933</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Fri, 16 Sep 2011 15:50:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wmsmerchantservices.com/?p=12#comment-933</guid>
		<description>Hi I'm new to httpd.ini 301 redirects. My clients website has been updated from HTML to ASP. I set up a httpd.ini page (as per my host instruction - they told me to look online for the code) and tried loads of different types of code i've found online and none of them have worked (does it start working straight away? Should I get automatically redirected when I go to the old html page?).

Anyway I tried your code and yet again it does nothing.
This is the entire contents of my httpd.ini file:

RewriteEngine on
 RewriteRule ^floatingfloors\.html$ floatingfloors.asp [NC,R=301]


(but there is loads more that needs to be added, I just thought I would try and get one redirect working first).
Could you please tell me where I am going wrong? It is an IIS windows server.
Thank you
Richard</description>
		<content:encoded><![CDATA[<p>Hi I&#8217;m new to httpd.ini 301 redirects. My clients website has been updated from HTML to ASP. I set up a httpd.ini page (as per my host instruction - they told me to look online for the code) and tried loads of different types of code i&#8217;ve found online and none of them have worked (does it start working straight away? Should I get automatically redirected when I go to the old html page?).</p>
<p>Anyway I tried your code and yet again it does nothing.<br />
This is the entire contents of my httpd.ini file:</p>
<p>RewriteEngine on<br />
 RewriteRule ^floatingfloors\.html$ floatingfloors.asp [NC,R=301]</p>
<p>(but there is loads more that needs to be added, I just thought I would try and get one redirect working first).<br />
Could you please tell me where I am going wrong? It is an IIS windows server.<br />
Thank you<br />
Richard</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The specified CGI application misbehaved by not returning a complete set of HTTP headers by Sean@WMS</title>
		<link>http://blog.wmsmerchantservices.com/running-wordpress-on-a-windows-2003-server/the-specified-cgi-application-misbehaved-by-not-returning-a-complete-set-of-http-headers/#comment-725</link>
		<dc:creator>Sean@WMS</dc:creator>
		<pubDate>Sat, 20 Mar 2010 21:23:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wmsmerchantservices.com/running-wordpress-on-a-windows-2003-server/the-specified-cgi-application-misbehaved-by-not-returning-a-complete-set-of-http-headers/#comment-725</guid>
		<description>Sure, Luigi. Please do provide the link back to acknowledge authorship.</description>
		<content:encoded><![CDATA[<p>Sure, Luigi. Please do provide the link back to acknowledge authorship.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The specified CGI application misbehaved by not returning a complete set of HTTP headers by Luigi Fulk</title>
		<link>http://blog.wmsmerchantservices.com/running-wordpress-on-a-windows-2003-server/the-specified-cgi-application-misbehaved-by-not-returning-a-complete-set-of-http-headers/#comment-724</link>
		<dc:creator>Luigi Fulk</dc:creator>
		<pubDate>Sat, 20 Mar 2010 21:13:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wmsmerchantservices.com/running-wordpress-on-a-windows-2003-server/the-specified-cgi-application-misbehaved-by-not-returning-a-complete-set-of-http-headers/#comment-724</guid>
		<description>Can I have this copied? I will link back to your blog. Is that ok?</description>
		<content:encoded><![CDATA[<p>Can I have this copied? I will link back to your blog. Is that ok?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 301 redirecting on a Windows server ( same as mod_rewrite / .htaccess ) by Bruce@ManaSyst</title>
		<link>http://blog.wmsmerchantservices.com/windows-server-issues/301-redirecting-on-a-windows-server-same-as-mod_rewrite-htaccess/#comment-630</link>
		<dc:creator>Bruce@ManaSyst</dc:creator>
		<pubDate>Fri, 04 Dec 2009 18:21:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wmsmerchantservices.com/?p=12#comment-630</guid>
		<description>I have a client with almost 500 redirects of random names the same as Ivan posted.  We tried using the RewriteRule in ISAPI ReWrite as coded above and at around 150 rules  the performance of the site was unacceptably poor.

It's the only site on the server.

Anyone know of anything that can handle a large number of redirects efficiently?</description>
		<content:encoded><![CDATA[<p>I have a client with almost 500 redirects of random names the same as Ivan posted.  We tried using the RewriteRule in ISAPI ReWrite as coded above and at around 150 rules  the performance of the site was unacceptably poor.</p>
<p>It&#8217;s the only site on the server.</p>
<p>Anyone know of anything that can handle a large number of redirects efficiently?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Social media marketing - the new &#8220;word of mouth advertising&#8221; by Michelle</title>
		<link>http://blog.wmsmerchantservices.com/search-engine-optimization-for-newbies/social-media-marketing-the-new-word-of-mouth-advertising/#comment-618</link>
		<dc:creator>Michelle</dc:creator>
		<pubDate>Mon, 16 Nov 2009 11:44:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wmsmerchantservices.com/?p=41#comment-618</guid>
		<description>i do Social Media Marketing specially when promoting a new website or an affiliate product. Social media is more effective than offline advertising in my opinion. </description>
		<content:encoded><![CDATA[<p>i do Social Media Marketing specially when promoting a new website or an affiliate product. Social media is more effective than offline advertising in my opinion.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

