<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Wordpress Tutorials</title>
	<atom:link href="http://wordpress-tutorials.info/feed/" rel="self" type="application/rss+xml" />
	<link>http://wordpress-tutorials.info</link>
	<description>Online Library of  Wordpress tutorials</description>
	<lastBuildDate>Fri, 06 Jan 2012 07:59:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Google Chrome Error: Object [object DOMWindow] has no method &#8216;substr&#8217;</title>
		<link>http://wordpress-tutorials.info/google-chrome-error-object-object-domwindow-has-no-method-substr/</link>
		<comments>http://wordpress-tutorials.info/google-chrome-error-object-object-domwindow-has-no-method-substr/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 07:55:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Fixes]]></category>

		<guid isPermaLink="false">http://wordpress-tutorials.info/?p=202</guid>
		<description><![CDATA[If you are getting  Object [object DOMWindow] has no method &#8216;substr&#8217;  error in Google chrome then Replace below code : &#60;script type=&#8221;text/javascript&#8221;&#62; function createCookie(name,value,days) { if (days) { var date = new Date(); date.setTime(date.getTime()+(days*24*60*60*1000)); var expires = &#8220;; expires=&#8221;+date.toGMTString(); } else var expires = &#8220;&#8221;; document.cookie = name+&#8221;=&#8221;+value+expires+&#8221;; path=/&#8221;; } function readCookie(name) { var nameEQ [...]]]></description>
			<content:encoded><![CDATA[<p>If you are getting  <strong>Object [object DOMWindow] has no method &#8216;substr&#8217;  </strong>error in Google chrome<strong> then</strong></p>
<p><strong>Replace below code :</strong></p>
<div></div>
<div>
<div>&lt;script type=&#8221;text/javascript&#8221;&gt;</div>
<div></div>
<div>function createCookie(name,value,days) {</div>
<div>if (days) {</div>
<div>var date = new Date();</div>
<div>date.setTime(date.getTime()+(<wbr>days*24*60*60*1000));</wbr></div>
<div>var expires = &#8220;; expires=&#8221;+date.toGMTString();</div>
<div>}</div>
<div>else var expires = &#8220;&#8221;;</div>
<div>document.cookie = name+&#8221;=&#8221;+value+expires+&#8221;; path=/&#8221;;</div>
<div>}</div>
<div>function readCookie(name) {</div>
<div>var nameEQ = name + &#8220;=&#8221;;</div>
<div>var ca = document.cookie.split(&#8216;;&#8217;);</div>
<div>for(var i=0;i &lt; ca.length;i++) {</div>
<div>var c = ca[i];</div>
<div>while (c.charAt(0)==&#8217; &#8216;) c = c.substring(1,c.length);</div>
<div></div>
<div>if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.<wbr>length);</wbr></div>
<div>}</div>
<div>return null;</div>
<div>}</div>
<div>function eraseCookie(name) {</div>
<div>createCookie(name,&#8221;",-1);</div>
<div>}</div>
<div>function hideDiv(id) {</div>
<div>document.getElementById(id).<wbr>style.display = &#8220;none&#8221;;</wbr></div>
<div>}</div>
<div>&lt;/script&gt;</div>
</div>
<div></div>
<div><br clear="all" /></p>
<div>
<div></div>
<div></div>
<div><strong>with this</strong></div>
<div></div>
<div></div>
<div>&lt;script&gt;</div>
<div>        window.attachEvent(&#8220;onload&#8221;, function() {</div>
<div>            function createCookie(name,value,days) {</div>
<div>                if (days) {</div>
<div>                    var date = new Date();</div>
<div>                    date.setTime(date.getTime()+(<wbr>days*24*60*60*1000));</wbr></div>
<div>                    var expires = &#8220;; expires=&#8221;+date.toGMTString();</div>
<div>                }</div>
<div>                else var expires = &#8220;&#8221;;</div>
<div>                document.cookie = name+&#8221;=&#8221;+value+expires+&#8221;; path=/&#8221;;</div>
<div>            }</div>
<div></div>
<div>            function readCookie(name) {</div>
<div>                var nameEQ = name + &#8220;=&#8221;;</div>
<div>                var ca = document.cookie.split(&#8216;;&#8217;);</div>
<div>                for(var i=0;i &lt; ca.length;i++) {</div>
<div>                    var c = ca[i];</div>
<div>                    while (c.charAt(0)==&#8217; &#8216;) c = c.substring(1,c.length);</div>
<div>                    if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.<wbr>length);</wbr></div>
<div>                }</div>
<div>                return null;</div>
<div>            }</div>
<div>            if (!readCookie(&#8220;cfinstall&#8221;)) {</div>
<div>                CFInstall.check({</div>
<div>                    mode: &#8220;inline&#8221;,</div>
<div>                    node: &#8220;prompt&#8221;</div>
<div>                });</div>
<div>                createCookie(&#8220;cfinstall&#8221;, &#8220;true&#8221;, 1);</div>
<div>            }</div>
<div>        });</div>
<div>&lt;/script&gt;</div>
</div>
<div></div>
<div>This will resolve the issue. Hope this helps.</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://wordpress-tutorials.info/google-chrome-error-object-object-domwindow-has-no-method-substr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Matching Logo with the wordpress theme</title>
		<link>http://wordpress-tutorials.info/matching-logo-with-the-wordpress-theme/</link>
		<comments>http://wordpress-tutorials.info/matching-logo-with-the-wordpress-theme/#comments</comments>
		<pubDate>Wed, 09 Nov 2011 14:11:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://wordpress-tutorials.info/?p=185</guid>
		<description><![CDATA[Selecting a logo to match your wordpress theme is also an important task. There are a number of ways you can do this. 1. Try your hands with online logo maker tools. 2. Try graphics tools like adobe photoshop, adobe illustrator , coral draw etc. 3. Try hiring some freelance graphic designer. Until and unless [...]]]></description>
			<content:encoded><![CDATA[<p>Selecting a logo to match your wordpress theme is also an important task. There are a number of ways you can do this.</p>
<p>1. Try your hands with online logo maker tools.</p>
<p>2. Try graphics tools like adobe photoshop, adobe illustrator , coral draw etc.</p>
<p>3. Try hiring some freelance graphic designer.</p>
<p>Until and unless your logo matches with your theme, your website doesn&#8217;t look professional.</p>
<p>Hope this helps !</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpress-tutorials.info/matching-logo-with-the-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Top 15 WordPress Plugins</title>
		<link>http://wordpress-tutorials.info/top-15-wordpress-plugins/</link>
		<comments>http://wordpress-tutorials.info/top-15-wordpress-plugins/#comments</comments>
		<pubDate>Fri, 23 Sep 2011 18:27:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://wordpress-tutorials.info/?p=121</guid>
		<description><![CDATA[Why do people blog? Through blogging, people can express their thoughts and ideas. WordPress serves as the bridge that links bloggers to other Internet users. Thousands of fervent bloggers from all over the world flock around WordPress. And since WordPress is an open-source platform, the community has created tons of useful plugins that allow bloggers [...]]]></description>
			<content:encoded><![CDATA[<p>Why do people blog? Through blogging, people can express their thoughts and ideas. WordPress serves as the bridge that links bloggers to other Internet users. Thousands of fervent bloggers from all over the world flock around WordPress. And since WordPress is an open-source platform, the community has created tons of useful plugins that allow bloggers to do almost anything you can imagine. There are many plugins available for download, each having a unique assignment yet they all have one common goal: to make your blog interesting so that you will receive more clicks.</p>
<p>Beginners and even expert bloggers all want to include plugins in their WordPress blogs. If you are not sure what plugins suit you, here are the top 15 most popular ones that you might want to consider adding to better enhance your blog account.</p>
<ul>
<li><strong><a href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/">All in One SEO Pack</a></strong> - This great tool optimizes your blog including the titles and the META tags so that search engines will find your site easily. This plugin also helps you avoid duplicate content found in blogs. With this pack, you can easily modify and tweak everything.</li>
<li><strong><a href="http://wordpress.org/extend/plugins/nextgen-gallery/">NexGen Gallery</a></strong> - This is an image gallery plugin, which provides uncomplicated administration for those who have multiple albums and galleries. This allows you to add custom themes, new short codes, set your own collection of photos and use them in the Flash slideshow selection.</li>
<li><strong><a href="http://wordpress.org/extend/plugins/stats/">WordPress.com Stats </a></strong> - With this tool, the statistics about your visitors are provided. Just input your API key and let this plugin do the work.</li>
<li><strong><a href="http://wordpress.org/extend/plugins/wp-super-cache/">WP Super Cache</a></strong> - This plugin produces static html files from your WordPress blog.</li>
<li><strong><a href="http://wordpress.org/extend/plugins/google-sitemap-generator/">Google XML Sitemaps </a></strong> - This tool is generally helpful especially when you have updated your blog, your sitemap will be edited and the search engines will be informed about the change.</li>
<li><strong><a href="http://wordpress.org/extend/plugins/contact-form-7/">Contact form 7 </a></strong> - It can manage your multiple contact forms and you can also customize the mail and the form contents with just a simple markup. The form supports CAPTCHA, Ajax-powered submitting and Akismet spam filter</li>
<li><strong><a href="http://wordpress.org/extend/plugins/lightbox-2/">Lightbox 2</a></strong> - It is used to overlie images on the current page</li>
<li><strong><a href="http://wordpress.org/extend/plugins/akismet/">Akismet</a></strong>  - It will check automatically your comments against the Akismet web service to see if they are spam or not.<br />
<strong></strong></li>
<li><strong><a href="http://wordpress.org/extend/plugins/wp-db-backup/">WP-DB-Backup</a></strong>  - This will allows you easily backup your main WordPress database tables.<br />
<strong></strong></li>
<li><strong><a href="http://wordpress.org/extend/plugins/flickr-rss/">FlickrRSS for WordPress</a></strong> - This plugin will let you display Flickr photos on the weblog. It will also support set, user, group, favorite and community photo streams, plus it is easy to configure and setup.<br />
<strong></strong></li>
<li><strong><a href="http://wordpress.org/extend/plugins/wp-pagenavi/">WP PageNavi</a></strong> - This plugin will add more advanced navigation for you WordPress blog.<br />
<strong></strong></li>
<li><strong><a href="http://wordpress.org/extend/plugins/wp-postratings/">WordPress Post Ratings</a></strong> -  A wonderful tool where you can be able to see or post ratings on your WordPress blog.<br />
<strong></strong></li>
<li><strong><a href="http://wordpress.org/extend/plugins/twitter-tools/">Twittle tools</a></strong>  - This is a plugin that will create a complete addition between your WordPress blog and the Twitter account.<br />
<strong></strong></li>
<li><strong><a href="http://wordpress.org/extend/plugins/wp-polls/">WP Polls</a></strong><strong> -</strong> A plugin to insert your polls by customizing via templates and CSS styles and there are lots of other options to ensure your polls look the way you want it.<br />
<strong></strong></li>
<li><strong><a href="http://wordpress.org/extend/plugins/simple-tags/">Simple Tags</a></strong>  - Simple yet a wonderful plugin to your blog where you can customize your admin features.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://wordpress-tutorials.info/top-15-wordpress-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating WordPress RSS Feeds for Multiple Categories</title>
		<link>http://wordpress-tutorials.info/creating-wordpress-rss-feeds-for-multiple-categories/</link>
		<comments>http://wordpress-tutorials.info/creating-wordpress-rss-feeds-for-multiple-categories/#comments</comments>
		<pubDate>Thu, 22 Sep 2011 16:37:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WP Advanced]]></category>

		<guid isPermaLink="false">http://wordpress-tutorials.info/?p=113</guid>
		<description><![CDATA[I’ve noticed a handful of useful WordPress websites which allow users to subscribe to specific RSS Feeds for particular categories. Prior to seeing this, I did not know that the WordPress installation had any more than the one basic feed URL. The normal feed URL with wordpress is: http://website.com/feed/. I wanted to make it easier for [...]]]></description>
			<content:encoded><![CDATA[<h3><span class="Apple-style-span" style="font-size: 13px; font-weight: normal;"><img title="Multiple RSS Feeds" src="http://wordpress-tutorials.info/images/subscribetopics.jpg" alt="" width="210" height="199" />I’ve noticed a handful of useful WordPress websites which allow users to subscribe to specific RSS Feeds for particular categories. Prior to seeing this, I did not know that the WordPress installation had any more than the one basic feed URL. The normal feed URL with wordpress is: http://website.com/feed/. I wanted to make it easier for the readers to subscribe to very specific topics – rather than get notified of everything that is updated. So, after searching for a wordpress plugin, and having no luck with any of the possible choices – I just created it by myself. If you are having problems with the same issues, this quick guide might help you.</span></h3>
<h3>Location</h3>
<ul>
<li>FIrst, figure out where on your website that you would like the “Subscribe to Topics” links to occur. The sidebar (either on the left-hand or right-hand side of your website is a typical location, although the links could be placed elsewhere).</li>
</ul>
<ul>
<li>In this example, I will be putting the “Subscribe to Topics” links in the sidebar. Figure out exactly where you want it to show up. If you are totally unfamiliar with web design or editing files, this will be a learning experience for you.</li>
</ul>
<h3>Format for Category RSS Feeds with WordPress</h3>
<ul>
<li>The actual format of your feed URLs will vary. Most people use Permalinks (to create SEO-friendly URLs) and if that is the case, your feed URLs will be in this format: http://website.com/feed</li>
<li>If you want to create feeds for multiple categories, so people can subscribe to only what is of interest to them, you can do that as well. Format for feeds of specific categories is: http://website.com/categoryname/feed. For subcategory feeds, the RSS Format is: http://website.com/categoryname/subcategoryname/feed. It’s pretty simple, and there are a few different possible URLS structures for the feeds, but you get the basic idea.</li>
<li>Personally, I prefer to use the format just mentioned. But, for those who know what they are doing, and would like to have the feed in an alternate format, these are possible options:</li>
</ul>
<blockquote>
<ul>
<li>http://website.com/feed/</li>
<li>http://website.com/feed/rss/</li>
<li>http://website.com/feed/rss2/</li>
<li>http://website.com/feed/rdf/</li>
<li>http://website.com/feed/atom/</li>
</ul>
</blockquote>
<blockquote><p>For more details about all possible uses and formats, please refer to the WordPress information <a href="http://codex.wordpress.org/WordPress_Feeds" target="_blank">here</a>.</p></blockquote>
<h3>Create Your Feeds List</h3>
<ul>
<li>Now you must figure out which feeds you want to offer custom RSS Feeds for. Open up notepad and type out all the URLs and names of the feeds you would like to create. To find the correct URL, you will need to know the URLs to your category pages. Most websites with widgets allow you to create a widget that has a list of your categories. If you can do that, it will make it quite easy for you to get the URLs. Just scroll over the link to that category, copy the URL link and paste it into your notepad file.</li>
<li>The reason we are doing this manually instead of using a piece of PHP code to pull the category feeds in is because I want to be able to hand-choose the feeds I want to create (I also don’t know enough about PHP and don’t have the time to figure it out).</li>
<li>Here are some of the category feed URLs that I want to create for my example:</li>
</ul>
<blockquote>
<ul>
<li><strong>Subscribe to All Topics</strong> http://wordpress-tutorials.info/feed</li>
<li><strong>Subscribe to All Comments</strong> http://wordpress-tutorials.info/comments/feed</li>
<li><strong>Making Money</strong> http://wordpress-tutorials.info/topics/make-money-online-honestly/feed</li>
<li><strong>Blogging</strong> http://wordpress-tutorials.info/topics/blogging-101/feed</li>
</ul>
</blockquote>
<ul>
<li>The place in the URL above that shows “topics” might need to be replaced with the word “categories,” but that depends on your permalink structure and how your URLs are setup.</li>
</ul>
<h3>Putting it Together with HTML</h3>
<ul>
<li>In order to create a nice looking graphic RSS Image with the hyperlinks to each specific feed, you will need to put it in the proper HTML format. The format for the four links above, can be seen here. You can use this very format for your links.</li>
<li>You don’t need to know what all the code means, but you need to be able to insert in your URLs in place of those – and the topic names in place of the ones there as well.</li>
</ul>
<p>&lt;div id=”sidebarfeeds”&gt;<br />
&lt;ul&gt;<br />
&lt;li&gt;&lt;a href=”http://wordpress-tutorials.info/feed”&gt;Subscribe to All Topics&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=”http://wordpress-tutorials.info/comments/feed”&gt;Subscribe to Comments&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=”http://wordpress-tutorials.info/topics/blogging-101/feed”&gt;Blogging&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=”http://wordpress-tutorials.info/topics/make-money-online-honestly/feed”&gt;Business Preparations&lt;/a&gt;&lt;/li&gt;<br />
&lt;/ul&gt;<br />
&lt;/div&gt;</p>
<div><span class="Apple-style-span" style="font-size: 15px; font-weight: bold;">Create Your Widget Now</span></div>
<ul>
<li>Now that you have the code that you need, it is time to create the widget. Login to your WordPress<img title="textwidgetadd" src="http://wordpress-tutorials.info/images/textwidgetadd-300x151.jpg" alt="" width="300" height="151" />admin area, scroll over the DESIGN tab and click on WIDGETS. On the left-hand side, find a widget that says “TEXT” (next to it, you should see “arbitrary text or html.” Click to Add it to your sidebar. Then place it anywhere that you want these links to show up at.</li>
<li>Find the new sidebar widget on the right-hand side, and click edit. A box will open up and allow you to insert code or text. You will want to insert the HTML code that you just created.</li>
<li>As you can see, the code starts with the &lt;div id=”sidebarfeeds”&gt; and ends with a &lt;/div&gt;</li>
<li>The reason I used that special piece of code is because i wanted the list of links to appear in a really<img title="rssmultiplecategoriessidebar" src="http://wordpress-tutorials.info/images/rssmultiplecategoriessidebar-244x300.jpg" alt="" width="244" height="300" />nice and professional format. In order to do that, I needed to create a special piece of code to put into my stylesheet (style.css). For those who have no idea what I am talking about, my intention is not to overwhelm you! Basically, a stylesheet is a type of file that contains all of the details for specific design elements on your website; placement of objects, spacing and images, etc. I created a special style for this to look nice. (you can get the code for that below the screenshot here)</li>
</ul>
<h3>Final Step – Adding the Style to the Stylesheet</h3>
<ul>
<li>So, the final step here is to add the special style to the stylesheet.</li>
<li>Here is the code I used:</li>
</ul>
<p>#sidebarfeeds { width:280px;<br />
float:right;<br />
margin-bottom:10px;<br />
padding:0px 5px 0px 5px;<br />
background:#fff;<br />
}</p>
<p>#sidebarfeeds li {<br />
list-style:none;<br />
border-bottom:1px dotted #ccc;<br />
display:block;<br />
padding:2px 0px 2px 25px;<br />
background:url(/wp-content/uploads/icons/021.png) no-repeat 0 0px; }</p>
<ul>
<li>That information was added to my style.css file. That file was located at: http://website.com/wp-content/themename/style.css</li>
<li>You can add it to the end of your file or anywhere in between – just be sure to keep it in tact as it is here. Don’t forget any of the code.</li>
<li>You will most likely need to alter the code slightly -because your sidebar might be smaller than mine is. The sidebar itself for my website is 300 pixels wide. So, the normal size for this is 20 pixels less – which is why you see in the style code it is 280px wide. It also has some padding around it.</li>
<li>The second part of the code is for the list of links that will appear with the graphic RSS Feed image next to them. So, you will need to have an actual RSS feed image if you want one to appear. You will need to use an FTP program or file manager to upload an actual RSS image that you want to use. As you can see above, my file location for the uploaded graphic was at: /wp-content/uploads/icons/021.png. You can upload your image wherever you like, just be sure to put the correct URL path to it in the stylesheet code above (replace mine). If you don’t know the correct format, you can alternatively put the direct path to it, for example: http://website.com/wp-content/uploads/icons/name.png.</li>
<li>Once your stylesheet has the new style inserted, just save it. Save your new widget and place it anywhere you want the feed to appear. That’s it!</li>
</ul>
<blockquote><p>If you have any trouble with the style of the new widget (the size or padding, etc.) my only suggestion is that you copy some of the code from your other widgets. Keep it the same width, same padding and margins as the widgets above and below it and you should be fine!</p></blockquote>
<p>That’s it! I hope this helped you!</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpress-tutorials.info/creating-wordpress-rss-feeds-for-multiple-categories/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Block WordPress spam comment with .htaccess</title>
		<link>http://wordpress-tutorials.info/block-wordpress-spam-comment-with-htaccess/</link>
		<comments>http://wordpress-tutorials.info/block-wordpress-spam-comment-with-htaccess/#comments</comments>
		<pubDate>Wed, 21 Sep 2011 20:38:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Expert Tips]]></category>

		<guid isPermaLink="false">http://wordpress-tutorials.info/?p=109</guid>
		<description><![CDATA[If you have self hosted WordPress and always got lots of spam comments and getting frustrated by trashing them each day, you may actually block or reduce them through your .htaccess Apache configuration file. Most spammer attack your comment box not through the blog post but they actually access through your wp-comments-post.php file. Here is how you can stop [...]]]></description>
			<content:encoded><![CDATA[<p>If you have self hosted WordPress and always got lots of spam comments and getting frustrated by trashing them each day, you may actually <strong>block or reduce</strong> them through your .htaccess Apache configuration file.</p>
<p>Most spammer attack your comment box not through the blog post but they actually access through your<strong> wp-comments-post.php</strong> file. Here is how you can stop them from attacking your blog with spam and at the same time <strong>stopping the unnecessary server load.</strong></p>
<p>You can find the .htaccess file  in your root of WordPress installation folder have a basic setting written and there’s no existing security configuration on it.</p>
<p>Just add the rules as below. The source code as below was obtained from <a href="http://www.allguru.net/web/wordpress-security-hardening-htaccess/">AllGuru.Net</a>,</p>
<blockquote>
<pre># Protect from spam comments
&lt;IfModule mod_rewrite.c&gt;
RewriteEngine On
RewriteCond %{REQUEST_METHOD} POST
RewriteCond %{REQUEST_URI} .wp-comments-post\.php*
RewriteCond %{HTTP_REFERER} !.*xyz.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^$
RewriteRule (.*) ^http://%{REMOTE_ADDR}/$ [R=301,L]
&lt;/IfModule&gt;</pre>
<pre></pre>
</blockquote>
<p>.xyz is referring to your blog root or best put your domain name by the way.</p>
<p>Make sure you have make a backup of your original .htaccess rules before apply the spam blocking rules to prevent unnecessary mess ups.</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpress-tutorials.info/block-wordpress-spam-comment-with-htaccess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

