<?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: SEO:Play with Meta,Dynamic Meta on Static Header</title>
	<atom:link href="http://www.istanto.net/seoplay-with-metadynamic-meta-on-static-header.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.istanto.net/seoplay-with-metadynamic-meta-on-static-header.html</link>
	<description>Online Business, Short Reviews, Computers and Internet, Tips and Trick, Make Money Online.</description>
	<pubDate>Fri, 09 Jan 2009 22:07:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: egold</title>
		<link>http://www.istanto.net/seoplay-with-metadynamic-meta-on-static-header.html/comment-page-1#comment-748</link>
		<dc:creator>egold</dc:creator>
		<pubDate>Sun, 21 Sep 2008 19:07:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.istanto.net/seoplay-with-metadynamic-meta-on-static-header.html#comment-748</guid>
		<description>&lt;strong&gt;egold...&lt;/strong&gt;

Information on this subject is not always as straight forward as it first appears.  I know I used to just use a common sense approach, but now I do direct research before coming up with my next move.  Keep the information coming....</description>
		<content:encoded><![CDATA[<p><strong>egold&#8230;</strong></p>
<p>Information on this subject is not always as straight forward as it first appears.  I know I used to just use a common sense approach, but now I do direct research before coming up with my next move.  Keep the information coming&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shireishou</title>
		<link>http://www.istanto.net/seoplay-with-metadynamic-meta-on-static-header.html/comment-page-1#comment-709</link>
		<dc:creator>Shireishou</dc:creator>
		<pubDate>Thu, 28 Aug 2008 06:08:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.istanto.net/seoplay-with-metadynamic-meta-on-static-header.html#comment-709</guid>
		<description>wah penjelasan yg jelas banget ttg Meta. Aku dl di kick google dr SE gara2 lbh dr 150 kata. Smua kata kunci aku masukin wahahaha</description>
		<content:encoded><![CDATA[<p>wah penjelasan yg jelas banget ttg Meta. Aku dl di kick google dr SE gara2 lbh dr 150 kata. Smua kata kunci aku masukin wahahaha</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: istanto</title>
		<link>http://www.istanto.net/seoplay-with-metadynamic-meta-on-static-header.html/comment-page-1#comment-708</link>
		<dc:creator>istanto</dc:creator>
		<pubDate>Thu, 28 Aug 2008 05:51:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.istanto.net/seoplay-with-metadynamic-meta-on-static-header.html#comment-708</guid>
		<description>That rules will make your header.php become dynamic following rewrite rules on your meta.php coding, it's very simillar with auto sitemap generator which using rewrite rules.

I give an easy sample you might want to modificate it for yourself:

1. said your meta.php code is

&lt; ? p h p
e c h o "it's me";
? &gt;

2. chmod your header.php to 644
3. on your .htaccess file code

RewriteEngine on
RewriteRule ^header.php$ meta.php

Upload this 3 files on one folder and open your header.php you will got what I mean, use it for your needs.</description>
		<content:encoded><![CDATA[<p>That rules will make your header.php become dynamic following rewrite rules on your meta.php coding, it&#8217;s very simillar with auto sitemap generator which using rewrite rules.</p>
<p>I give an easy sample you might want to modificate it for yourself:</p>
<p>1. said your meta.php code is</p>
<p>< ? p h p<br />
e c h o "it's me";<br />
? ></p>
<p>2. chmod your header.php to 644<br />
3. on your .htaccess file code</p>
<p>RewriteEngine on<br />
RewriteRule ^header.php$ meta.php</p>
<p>Upload this 3 files on one folder and open your header.php you will got what I mean, use it for your needs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iroel</title>
		<link>http://www.istanto.net/seoplay-with-metadynamic-meta-on-static-header.html/comment-page-1#comment-706</link>
		<dc:creator>iroel</dc:creator>
		<pubDate>Thu, 28 Aug 2008 04:26:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.istanto.net/seoplay-with-metadynamic-meta-on-static-header.html#comment-706</guid>
		<description>I don't know either what you mean. Could you tell me more detail please?</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know either what you mean. Could you tell me more detail please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: istanto</title>
		<link>http://www.istanto.net/seoplay-with-metadynamic-meta-on-static-header.html/comment-page-1#comment-704</link>
		<dc:creator>istanto</dc:creator>
		<pubDate>Wed, 27 Aug 2008 03:52:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.istanto.net/seoplay-with-metadynamic-meta-on-static-header.html#comment-704</guid>
		<description>I found very simple way to do this by write on .htaccess files this line:

RewriteRule ^header.php$ meta.php
//(sample file header name header.php)

chmood your header.php to 777 and coding your meta tag generator on meta.php and you done. :)</description>
		<content:encoded><![CDATA[<p>I found very simple way to do this by write on .htaccess files this line:</p>
<p>RewriteRule ^header.php$ meta.php<br />
//(sample file header name header.php)</p>
<p>chmood your header.php to 777 and coding your meta tag generator on meta.php and you done. <img src='http://www.istanto.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cosa</title>
		<link>http://www.istanto.net/seoplay-with-metadynamic-meta-on-static-header.html/comment-page-1#comment-703</link>
		<dc:creator>cosa</dc:creator>
		<pubDate>Wed, 27 Aug 2008 02:37:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.istanto.net/seoplay-with-metadynamic-meta-on-static-header.html#comment-703</guid>
		<description>interested on the rewrite rules method. Any hint? :)</description>
		<content:encoded><![CDATA[<p>interested on the rewrite rules method. Any hint? <img src='http://www.istanto.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
