<?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: My blog is now no-www Class B</title> <atom:link href="https://bogdan.org.ua/2007/03/23/my-blog-is-now-no-www-class-b.html/feed" rel="self" type="application/rss+xml" /><link>https://bogdan.org.ua/2007/03/23/my-blog-is-now-no-www-class-b.html</link> <description>Tiny bits of bioinformatics, [web-]programming etc</description> <lastBuildDate>Mon, 01 Jan 2024 17:12:20 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>https://wordpress.org/?v=3.8.27</generator> <item><title>By: Kris Clouser</title><link>https://bogdan.org.ua/2007/03/23/my-blog-is-now-no-www-class-b.html#comment-140410</link> <dc:creator><![CDATA[Kris Clouser]]></dc:creator> <pubDate>Sat, 19 May 2012 15:27:39 +0000</pubDate> <guid
isPermaLink="false">http://www.bogdan.org.ua/2007/03/23/my-blog-is-now-no-www-class-b.html#comment-140410</guid> <description><![CDATA[Thx for information.]]></description> <content:encoded><![CDATA[<p>Thx for information.</p> ]]></content:encoded> </item> <item><title>By: Bogdan</title><link>https://bogdan.org.ua/2007/03/23/my-blog-is-now-no-www-class-b.html#comment-4841</link> <dc:creator><![CDATA[Bogdan]]></dc:creator> <pubDate>Tue, 01 May 2007 19:28:09 +0000</pubDate> <guid
isPermaLink="false">http://www.bogdan.org.ua/2007/03/23/my-blog-is-now-no-www-class-b.html#comment-4841</guid> <description><![CDATA[Looks correct to me. Should work.]]></description> <content:encoded><![CDATA[<p>Looks correct to me. Should work.</p> ]]></content:encoded> </item> <item><title>By: Will</title><link>https://bogdan.org.ua/2007/03/23/my-blog-is-now-no-www-class-b.html#comment-4837</link> <dc:creator><![CDATA[Will]]></dc:creator> <pubDate>Tue, 01 May 2007 18:48:53 +0000</pubDate> <guid
isPermaLink="false">http://www.bogdan.org.ua/2007/03/23/my-blog-is-now-no-www-class-b.html#comment-4837</guid> <description><![CDATA[Hi!  Thanks for this post.  I have been looking for a specific example.  Does my code below look correct?  I added the two middle lines to match your file.  The other code was already in the file and also seems to match yours so it seems like it should be perfect?   Thanks!
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^www\.willtaft\.com$ [NC]
RewriteRule ^(.*)$ http://willtaft.com/$1 [R=301,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress]]></description> <content:encoded><![CDATA[<p>Hi!  Thanks for this post.  I have been looking for a specific example.  Does my code below look correct?  I added the two middle lines to match your file.  The other code was already in the file and also seems to match yours so it seems like it should be perfect?   Thanks!</p><p># BEGIN WordPress</p><p>RewriteEngine On<br
/> RewriteBase /</p><p>RewriteCond %{HTTP_HOST} ^www\.willtaft\.com$ [NC]<br
/> RewriteRule ^(.*)$ <a
href="http://willtaft.com/$1" rel="nofollow">http://willtaft.com/$1</a> [R=301,L]</p><p>RewriteCond %{REQUEST_FILENAME} !-f<br
/> RewriteCond %{REQUEST_FILENAME} !-d<br
/> RewriteRule . /index.php [L]</p><p># END WordPress</p> ]]></content:encoded> </item> </channel> </rss>