<?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>Waqas Kamran &#187; How to</title>
	<atom:link href="http://waqas.coolyar.com/category/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://waqas.coolyar.com</link>
	<description>Webmaster, SEO Consultant, Accountant</description>
	<lastBuildDate>Sun, 07 Aug 2011 13:49:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to remove meta tag &#8220;generator&#8221; in Joomla?</title>
		<link>http://waqas.coolyar.com/2009/05/how-to-remove-meta-tag-generator-in-joomla/</link>
		<comments>http://waqas.coolyar.com/2009/05/how-to-remove-meta-tag-generator-in-joomla/#comments</comments>
		<pubDate>Fri, 15 May 2009 18:39:04 +0000</pubDate>
		<dc:creator>Waqas Kamran</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Joomla]]></category>

		<guid isPermaLink="false">http://waqas.coolyar.com/?p=39</guid>
		<description><![CDATA[Joomla uses following &#8220;generator&#8221; meta tag in HEAD for identification. You might be interested in removing it for security reasons.
 &#60;meta name=&#8221;generator&#8221; content=&#8221;Joomla! 1.5 &#8211; Open Source Content Management&#8221; /&#62;
In this article you will learn two methods (easy and difficult) so you will be able to change it or simply remove it.

Method One:
Put following code in your template before [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwaqas.coolyar.com%2F2009%2F05%2Fhow-to-remove-meta-tag-generator-in-joomla%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwaqas.coolyar.com%2F2009%2F05%2Fhow-to-remove-meta-tag-generator-in-joomla%2F" height="61" width="51" /></a></div><p>Joomla uses following &#8220;generator&#8221; meta tag in HEAD for identification. You might be interested in removing it for security reasons.</p>
<blockquote><p> &lt;meta name=&#8221;generator&#8221; content=&#8221;Joomla! 1.5 &#8211; Open Source Content Management&#8221; /&gt;</p></blockquote>
<p>In this article you will learn two methods (easy and difficult) so you will be able to change it or simply remove it.</p>
<p><span id="more-39"></span></p>
<p><strong>Method One:</strong></p>
<p>Put following code in your template before or after the &lt;head&gt; tag start</p>
<blockquote><p><span style="font-family: Courier New;">&lt;?php $this-&gt;setGenerator(&#8217;Anything you want to set&#8217;); ?&gt;</span></p></blockquote>
<p><strong>Method Two:</strong></p>
<p>The file you want to edit is called head.php and is found here:<br />
/libraries/joomla/document/html/renderer/head.php</p>
<p>you will want to find the following code (~line 167):<br />
$strHtml .= $tab.&#8217;&lt;meta name=&#8221;generator&#8221; content=&#8221;&#8216;.$document-&gt;getGenerator().&#8217;&#8221; /&gt;&#8217;.$lnEnd;</p>
<p>you can turn it off by simply commenting the line with // at the beginning:<br />
//$strHtml .= $tab.&#8217;&lt;meta name=&#8221;generator&#8221; content=&#8221;&#8216;.$document-&gt;getGenerator().&#8217;&#8221; /&gt;&#8217;.$lnEnd;</p>
<p><strong> Recommended Method:</strong></p>
<p>Method One is recommended. Because if you use method two then your changes will be gone, each time you upgrade your Joomla to newer version.</p>
<p>Have fun with Joomla! </p>
<div><b>1</b> people like this post.</div>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-caring">
<ul class="socials">
		<li class="sexy-comfeed">
			<a href="http://waqas.coolyar.com/2009/05/how-to-remove-meta-tag-generator-in-joomla/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://waqas.coolyar.com/2009/05/how-to-remove-meta-tag-generator-in-joomla/&amp;title=How+to+remove+meta+tag+%22generator%22+in+Joomla%3F" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://waqas.coolyar.com/2009/05/how-to-remove-meta-tag-generator-in-joomla/&amp;title=How+to+remove+meta+tag+%22generator%22+in+Joomla%3F" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?u=http://waqas.coolyar.com/2009/05/how-to-remove-meta-tag-generator-in-joomla/&amp;t=How+to+remove+meta+tag+%22generator%22+in+Joomla%3F" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=How+to+remove+meta+tag+%22generator%22+in+Joomla%3F+-+http://tinyurl.com/ovlscs+(via+@waqaskamran)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://waqas.coolyar.com/2009/05/how-to-remove-meta-tag-generator-in-joomla/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://waqas.coolyar.com/2009/05/how-to-remove-meta-tag-generator-in-joomla/&amp;title=How+to+remove+meta+tag+%22generator%22+in+Joomla%3F" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://waqas.coolyar.com/2009/05/how-to-remove-meta-tag-generator-in-joomla/&amp;Title=How+to+remove+meta+tag+%22generator%22+in+Joomla%3F" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://waqas.coolyar.com/2009/05/how-to-remove-meta-tag-generator-in-joomla/&amp;title=How+to+remove+meta+tag+%22generator%22+in+Joomla%3F" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://waqas.coolyar.com/2009/05/how-to-remove-meta-tag-generator-in-joomla/&amp;title=How+to+remove+meta+tag+%22generator%22+in+Joomla%3F&amp;summary=Joomla%20uses%20following%20%22generator%22%20meta%20tag%20in%20HEAD%20for%20identification.%20You%20might%20be%20interested%C2%A0in%20removing%20it%20for%20security%20reasons.%0D%0A%C2%A0%26lt%3Bmeta%20name%3D%22generator%22%20content%3D%22Joomla%21%201.5%20-%20Open%20Source%20Content%20Management%22%20%2F%26gt%3B%0D%0AIn%20this%20article%C2%A0you%20will%C2%A0learn%20two%20methods%20%28easy%20and%20difficult%29%20so%20you%20wil&amp;source=Waqas Kamran" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://waqas.coolyar.com/2009/05/how-to-remove-meta-tag-generator-in-joomla/&amp;title=How+to+remove+meta+tag+%22generator%22+in+Joomla%3F" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://waqas.coolyar.com/2009/05/how-to-remove-meta-tag-generator-in-joomla/&amp;t=How+to+remove+meta+tag+%22generator%22+in+Joomla%3F" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-designfloat">
			<a href="http://www.designfloat.com/submit.php?url=http://waqas.coolyar.com/2009/05/how-to-remove-meta-tag-generator-in-joomla/&amp;title=How+to+remove+meta+tag+%22generator%22+in+Joomla%3F" rel="nofollow" class="external" title="Submit this to DesignFloat">Submit this to DesignFloat</a>
		</li>
		<li class="sexy-newsvine">
			<a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://waqas.coolyar.com/2009/05/how-to-remove-meta-tag-generator-in-joomla/&amp;h=How+to+remove+meta+tag+%22generator%22+in+Joomla%3F" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://waqas.coolyar.com/2009/05/how-to-remove-meta-tag-generator-in-joomla/&amp;submitHeadline=How+to+remove+meta+tag+%22generator%22+in+Joomla%3F&amp;submitSummary=Joomla%20uses%20following%20%22generator%22%20meta%20tag%20in%20HEAD%20for%20identification.%20You%20might%20be%20interested%C2%A0in%20removing%20it%20for%20security%20reasons.%0D%0A%C2%A0%26lt%3Bmeta%20name%3D%22generator%22%20content%3D%22Joomla%21%201.5%20-%20Open%20Source%20Content%20Management%22%20%2F%26gt%3B%0D%0AIn%20this%20article%C2%A0you%20will%C2%A0learn%20two%20methods%20%28easy%20and%20difficult%29%20so%20you%20wil&amp;submitCategory=entertainment&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://waqas.coolyar.com/2009/05/how-to-remove-meta-tag-generator-in-joomla/&amp;title=How+to+remove+meta+tag+%22generator%22+in+Joomla%3F" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://waqas.coolyar.com/2009/05/how-to-remove-meta-tag-generator-in-joomla/&amp;bm_description=How+to+remove+meta+tag+%22generator%22+in+Joomla%3F&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="sexy-scriptstyle">
			<a href="http://scriptandstyle.com/submit?url=http://waqas.coolyar.com/2009/05/how-to-remove-meta-tag-generator-in-joomla/&amp;title=How+to+remove+meta+tag+%22generator%22+in+Joomla%3F" rel="nofollow" class="external" title="Submit this to Script &amp; Style">Submit this to Script &amp; Style</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://waqas.coolyar.com/2009/05/how-to-remove-meta-tag-generator-in-joomla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

