<?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: GoCodes 1.3.0 Released</title>
	<atom:link href="http://www.webmaster-source.com/2009/03/17/gocodes-130-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webmaster-source.com/2009/03/17/gocodes-130-released/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=gocodes-130-released</link>
	<description>Useful Resources For Webmasters</description>
	<lastBuildDate>Thu, 09 Feb 2012 17:02:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Matt</title>
		<link>http://www.webmaster-source.com/2009/03/17/gocodes-130-released/#comment-11404</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sat, 08 May 2010 16:24:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/?p=1949#comment-11404</guid>
		<description>Could you post a link to the Clickbank plugin? There may be a conflict.

Actually, try deactivating the Clickbank plugin temporarily so you can see if GoCodes works with it off.</description>
		<content:encoded><![CDATA[<p>Could you post a link to the Clickbank plugin? There may be a conflict.</p>
<p>Actually, try deactivating the Clickbank plugin temporarily so you can see if GoCodes works with it off.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rachieko</title>
		<link>http://www.webmaster-source.com/2009/03/17/gocodes-130-released/#comment-11401</link>
		<dc:creator>Rachieko</dc:creator>
		<pubDate>Sat, 08 May 2010 11:03:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/?p=1949#comment-11401</guid>
		<description>Hi,

I installed gocodes in my blog few weeks ago 
and it worked perfectly. 
Today I instal a clickbank widget plugin 
but receive an error message &quot;Header error etc&quot;

Now, I get an error 404 page when I want to 
add or edit a redirect on Tools&#124;GoCodes. ;(

&quot;Nothing found for  Wp-admin Tools Php?page=gocodes Gocodes Php&amp;editgcconf=yes&quot; 
or
&quot;Nothing found for  Wp-admin Tools Php?page=gocodes Gocodes Php&amp;savegc=yes&quot;

Have tried to deactivate and reactivate, but still 
didn&#039;t work.

How can I get my gocodes works? 
It is really a great plugin. 
Please help.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I installed gocodes in my blog few weeks ago<br />
and it worked perfectly.<br />
Today I instal a clickbank widget plugin<br />
but receive an error message &#8220;Header error etc&#8221;</p>
<p>Now, I get an error 404 page when I want to<br />
add or edit a redirect on Tools|GoCodes. ;(</p>
<p>&#8220;Nothing found for  Wp-admin Tools Php?page=gocodes Gocodes Php&amp;editgcconf=yes&#8221;<br />
or<br />
&#8220;Nothing found for  Wp-admin Tools Php?page=gocodes Gocodes Php&amp;savegc=yes&#8221;</p>
<p>Have tried to deactivate and reactivate, but still<br />
didn&#8217;t work.</p>
<p>How can I get my gocodes works?<br />
It is really a great plugin.<br />
Please help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: redwall_hp</title>
		<link>http://www.webmaster-source.com/2009/03/17/gocodes-130-released/#comment-8558</link>
		<dc:creator>redwall_hp</dc:creator>
		<pubDate>Mon, 15 Jun 2009 21:40:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/?p=1949#comment-8558</guid>
		<description>You should add that line (and a line to turn the ReWrite Engine on) in an .htaccess file in your web root, not in the .htaccess in your /blog/ subdirectory. </description>
		<content:encoded><![CDATA[<p>You should add that line (and a line to turn the ReWrite Engine on) in an .htaccess file in your web root, not in the .htaccess in your /blog/ subdirectory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wai Wai</title>
		<link>http://www.webmaster-source.com/2009/03/17/gocodes-130-released/#comment-8548</link>
		<dc:creator>Wai Wai</dc:creator>
		<pubDate>Mon, 15 Jun 2009 06:41:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/?p=1949#comment-8548</guid>
		<description>Hi, 
 
My wordpress mu is located in the /blog/ folder.  
My blog URL would be &lt;a href=&quot;http://www.example.com/blog/smith.&quot; target=&quot;_blank&quot;&gt;http://www.example.com/blog/smith.&lt;/a&gt; 
I want to remove the folder name &quot;blog&quot; from URL. 
I installed GoCodes plugin and I added this line:  
RewriteRule ^go/([a-zA-Z0-9._-]*)/?$ /blog/index.php?gocode=$1 [L]  into .htaccess file. 
But there is nothing difference. How should I do? 
 
Thanks in advance. 
Wai 
 </description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>My wordpress mu is located in the /blog/ folder.<br />
My blog URL would be <a href="http://www.example.com/blog/smith." target="_blank">http://www.example.com/blog/smith.</a><br />
I want to remove the folder name &quot;blog&quot; from URL.<br />
I installed GoCodes plugin and I added this line:<br />
RewriteRule ^go/([a-zA-Z0-9._-]*)/?$ /blog/index.php?gocode=$1 [L]  into .htaccess file.<br />
But there is nothing difference. How should I do? </p>
<p>Thanks in advance.<br />
Wai</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: redwall_hp</title>
		<link>http://www.webmaster-source.com/2009/03/17/gocodes-130-released/#comment-8438</link>
		<dc:creator>redwall_hp</dc:creator>
		<pubDate>Thu, 04 Jun 2009 03:42:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/?p=1949#comment-8438</guid>
		<description>Can you post a screenshot of the GoCodes Management page? </description>
		<content:encoded><![CDATA[<p>Can you post a screenshot of the GoCodes Management page?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brett</title>
		<link>http://www.webmaster-source.com/2009/03/17/gocodes-130-released/#comment-8436</link>
		<dc:creator>Brett</dc:creator>
		<pubDate>Wed, 03 Jun 2009 22:15:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/?p=1949#comment-8436</guid>
		<description>Hi there,  
 
I love the idea of this plugin but I&#039;m doing something stoopid! 
 
I&#039;ve installed, activated and setup some redirects.  
 
The first link in the list works i.e it redirects to where it should.   Any other link redirects to the home page of my blog. 
 
Any ideas? 
 
Cheers 
Brett </description>
		<content:encoded><![CDATA[<p>Hi there,  </p>
<p>I love the idea of this plugin but I&#039;m doing something stoopid! </p>
<p>I&#039;ve installed, activated and setup some redirects.  </p>
<p>The first link in the list works i.e it redirects to where it should.   Any other link redirects to the home page of my blog. </p>
<p>Any ideas? </p>
<p>Cheers<br />
Brett</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: redwall_hp</title>
		<link>http://www.webmaster-source.com/2009/03/17/gocodes-130-released/#comment-8239</link>
		<dc:creator>redwall_hp</dc:creator>
		<pubDate>Sun, 17 May 2009 03:45:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/?p=1949#comment-8239</guid>
		<description>Typical of Microsoft, not following standards. :) </description>
		<content:encoded><![CDATA[<p>Typical of Microsoft, not following standards. <img src='http://media.webmaster-source.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devin</title>
		<link>http://www.webmaster-source.com/2009/03/17/gocodes-130-released/#comment-8237</link>
		<dc:creator>Devin</dc:creator>
		<pubDate>Sat, 16 May 2009 22:00:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/?p=1949#comment-8237</guid>
		<description>But I think this is not a very big issue (from SEO point) as long as the redirected links are blocked through robots.txt file. That means the search engines will not try to index these redirected pages (out of MSN Bot, bcause MSN still don&#039;t follow these standards implimented by other Search engines like nofollow in robots.txt).</description>
		<content:encoded><![CDATA[<p>But I think this is not a very big issue (from SEO point) as long as the redirected links are blocked through robots.txt file. That means the search engines will not try to index these redirected pages (out of MSN Bot, bcause MSN still don&#8217;t follow these standards implimented by other Search engines like nofollow in robots.txt).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: redwall_hp</title>
		<link>http://www.webmaster-source.com/2009/03/17/gocodes-130-released/#comment-8233</link>
		<dc:creator>redwall_hp</dc:creator>
		<pubDate>Sat, 16 May 2009 12:30:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/?p=1949#comment-8233</guid>
		<description>Strange. I simply can&#039;t make it send a 301. It works on another WordPress installation, but not on WSC. </description>
		<content:encoded><![CDATA[<p>Strange. I simply can&#039;t make it send a 301. It works on another WordPress installation, but not on WSC.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: redwall_hp</title>
		<link>http://www.webmaster-source.com/2009/03/17/gocodes-130-released/#comment-8232</link>
		<dc:creator>redwall_hp</dc:creator>
		<pubDate>Sat, 16 May 2009 12:19:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/?p=1949#comment-8232</guid>
		<description>Strange. I just checked with a quick cURL command, and you&#039;re right. It&#039;s supposed to be a 301. I&#039;ll have to have a look at that... </description>
		<content:encoded><![CDATA[<p>Strange. I just checked with a quick cURL command, and you&#039;re right. It&#039;s supposed to be a 301. I&#039;ll have to have a look at that&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Served from: www.webmaster-source.com @ 2012-02-09 21:06:09 by W3 Total Cache -->
