<?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: Basic SEO Site Critique &#8211; ActualCures.com</title>
	<atom:link href="http://www.pdxtc.com/wpblog/site-reviews/basic-seo-site-critique-actualcurescom/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pdxtc.com/wpblog/site-reviews/basic-seo-site-critique-actualcurescom/</link>
	<description></description>
	<lastBuildDate>Sun, 05 Sep 2010 19:54:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Roger</title>
		<link>http://www.pdxtc.com/wpblog/site-reviews/basic-seo-site-critique-actualcurescom/comment-page-1/#comment-46262</link>
		<dc:creator>Roger</dc:creator>
		<pubDate>Fri, 14 Nov 2008 21:29:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.pdxtc.com/wpblog/site-reviews/basic-seo-site-critique-actualcurescom/#comment-46262</guid>
		<description>Scott,
I have this code in my .htaccess file (I don&#039;t have access to httpd)



Header set Cache-Control &quot;max-age=37440000&quot;


Header set Cache-Control &quot;max-age=87000&quot;


Header set Cache-Control &quot;max-age=300&quot;



It is working fine except there&#039;s no caching of the files of the text of my wordpress site. I hear such files are .php files. At first I would think I could just slip in &quot;php&#124;&quot; next to the &quot;html&quot; and the .php text pages would be cached for 300 seconds without causing problems. But adding &quot;php&quot; to the the code above would also be caching xmlrpc.php. Can caching xmlrpc.php cause problems? I asked my webhost and they said the question is a programming question and not a server issue nor concern.  I asked this question on a number of forums and no one wants to touch it?  What&#039;s the big secret? There&#039;s also this php file - xmlrpc.php?rsd.  If you know or can find the answer it would be a real service to programmers who reference forums.  I&#039;ve looked at the headers of webpages coded by otherwise very capable people and the caption the header tool leaves is that the page is stale - I can only assume that&#039;s becuase they don&#039;t know what to do about the header set cache-control on php.  Is it safe to put &quot;php&quot; in header set cache control (with the filesmatch function)in the coding of a site that uses xmlrpc.php?

Thanks for the help Scott,
 

Roger,

Roscoe</description>
		<content:encoded><![CDATA[<p>Scott,<br />
I have this code in my .htaccess file (I don&#8217;t have access to httpd)</p>
<p>Header set Cache-Control &#8220;max-age=37440000&#8243;</p>
<p>Header set Cache-Control &#8220;max-age=87000&#8243;</p>
<p>Header set Cache-Control &#8220;max-age=300&#8243;</p>
<p>It is working fine except there&#8217;s no caching of the files of the text of my wordpress site. I hear such files are .php files. At first I would think I could just slip in &#8220;php|&#8221; next to the &#8220;html&#8221; and the .php text pages would be cached for 300 seconds without causing problems. But adding &#8220;php&#8221; to the the code above would also be caching xmlrpc.php. Can caching xmlrpc.php cause problems? I asked my webhost and they said the question is a programming question and not a server issue nor concern.  I asked this question on a number of forums and no one wants to touch it?  What&#8217;s the big secret? There&#8217;s also this php file &#8211; xmlrpc.php?rsd.  If you know or can find the answer it would be a real service to programmers who reference forums.  I&#8217;ve looked at the headers of webpages coded by otherwise very capable people and the caption the header tool leaves is that the page is stale &#8211; I can only assume that&#8217;s becuase they don&#8217;t know what to do about the header set cache-control on php.  Is it safe to put &#8220;php&#8221; in header set cache control (with the filesmatch function)in the coding of a site that uses xmlrpc.php?</p>
<p>Thanks for the help Scott,</p>
<p>Roger,</p>
<p>Roscoe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger</title>
		<link>http://www.pdxtc.com/wpblog/site-reviews/basic-seo-site-critique-actualcurescom/comment-page-1/#comment-46237</link>
		<dc:creator>Roger</dc:creator>
		<pubDate>Mon, 10 Nov 2008 16:07:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.pdxtc.com/wpblog/site-reviews/basic-seo-site-critique-actualcurescom/#comment-46237</guid>
		<description>Scott,
I figured it out. First if you could, your site automaticilly changed the code I had (above) to result (max-age ) so if you could get it so the code I wrote shows. The problem was that text files in wordpress files are .php, I didnt have .php in any of the (I was still thinking html was the form of the text.) Of course applying header set control to .php files leads to a new problem: If I put a header set cache control on .php, how will that affect xmlrpc.php? maybe in wordpress you shouldn’t apply header set cache control on .php files.</description>
		<content:encoded><![CDATA[<p>Scott,<br />
I figured it out. First if you could, your site automaticilly changed the code I had (above) to result (max-age ) so if you could get it so the code I wrote shows. The problem was that text files in wordpress files are .php, I didnt have .php in any of the (I was still thinking html was the form of the text.) Of course applying header set control to .php files leads to a new problem: If I put a header set cache control on .php, how will that affect xmlrpc.php? maybe in wordpress you shouldn’t apply header set cache control on .php files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://www.pdxtc.com/wpblog/site-reviews/basic-seo-site-critique-actualcurescom/comment-page-1/#comment-46220</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Fri, 07 Nov 2008 14:53:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.pdxtc.com/wpblog/site-reviews/basic-seo-site-critique-actualcurescom/#comment-46220</guid>
		<description>There are different versions of Apache, different mods  installed on different servers, different methods of calling those mods, from http:conf, php.ini, and even .htaccess. 

There are far too many variables to possibly troubleshoot or even offer any suggestions by what you&#039;ve put above, and specific code questions can only be addressed by your own web host, I&#039;m sorry.</description>
		<content:encoded><![CDATA[<p>There are different versions of Apache, different mods  installed on different servers, different methods of calling those mods, from http:conf, php.ini, and even .htaccess. </p>
<p>There are far too many variables to possibly troubleshoot or even offer any suggestions by what you&#8217;ve put above, and specific code questions can only be addressed by your own web host, I&#8217;m sorry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger</title>
		<link>http://www.pdxtc.com/wpblog/site-reviews/basic-seo-site-critique-actualcurescom/comment-page-1/#comment-46203</link>
		<dc:creator>Roger</dc:creator>
		<pubDate>Wed, 05 Nov 2008 16:42:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.pdxtc.com/wpblog/site-reviews/basic-seo-site-critique-actualcurescom/#comment-46203</guid>
		<description>Thanks Scott,
I&#039;ve run into one last problem,
I decided to not use Expires and instead use 
# max age dates were set november408


Header set Cache-Control &quot;max-age=37440000&quot;


Header set Cache-Control &quot;max-age=87000&quot;


Header set Cache-Control &quot;max-age=300&quot;



I thought I would see some change in the header for my site, but I didn&#039;t.  Is there something wrong with the code above?
http://www.seochat.com/seo-tools/check-server-headers/


Roger</description>
		<content:encoded><![CDATA[<p>Thanks Scott,<br />
I&#8217;ve run into one last problem,<br />
I decided to not use Expires and instead use<br />
# max age dates were set november408</p>
<p>Header set Cache-Control &#8220;max-age=37440000&#8243;</p>
<p>Header set Cache-Control &#8220;max-age=87000&#8243;</p>
<p>Header set Cache-Control &#8220;max-age=300&#8243;</p>
<p>I thought I would see some change in the header for my site, but I didn&#8217;t.  Is there something wrong with the code above?<br />
<a href="http://www.seochat.com/seo-tools/check-server-headers/" target="_blank" >http://www.seochat.com/seo-tools/check-server-headers/</a></p>
<p>Roger</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://www.pdxtc.com/wpblog/site-reviews/basic-seo-site-critique-actualcurescom/comment-page-1/#comment-46200</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Wed, 05 Nov 2008 01:53:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.pdxtc.com/wpblog/site-reviews/basic-seo-site-critique-actualcurescom/#comment-46200</guid>
		<description>Good Job, Roger! You&#039;ve really learned a lot, and I&#039;m impressed!</description>
		<content:encoded><![CDATA[<p>Good Job, Roger! You&#8217;ve really learned a lot, and I&#8217;m impressed!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger</title>
		<link>http://www.pdxtc.com/wpblog/site-reviews/basic-seo-site-critique-actualcurescom/comment-page-1/#comment-46190</link>
		<dc:creator>Roger</dc:creator>
		<pubDate>Tue, 04 Nov 2008 00:49:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.pdxtc.com/wpblog/site-reviews/basic-seo-site-critique-actualcurescom/#comment-46190</guid>
		<description>Scott,

I figured it out.  On the Firefox web browser, for example, choose tools, options, cache, and you&#039;ll be able to choose how much &quot;disk space&quot; you want the browser to use.  Disk space is hard drive space. That&#039;s why expires works becuase browsers can save information on the hard drive that it received from the server, including mod expires information. 

Roger</description>
		<content:encoded><![CDATA[<p>Scott,</p>
<p>I figured it out.  On the Firefox web browser, for example, choose tools, options, cache, and you&#8217;ll be able to choose how much &#8220;disk space&#8221; you want the browser to use.  Disk space is hard drive space. That&#8217;s why expires works becuase browsers can save information on the hard drive that it received from the server, including mod expires information. </p>
<p>Roger</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger</title>
		<link>http://www.pdxtc.com/wpblog/site-reviews/basic-seo-site-critique-actualcurescom/comment-page-1/#comment-46185</link>
		<dc:creator>Roger</dc:creator>
		<pubDate>Mon, 03 Nov 2008 15:14:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.pdxtc.com/wpblog/site-reviews/basic-seo-site-critique-actualcurescom/#comment-46185</guid>
		<description>Scott,
This one question is not based on servers but useful funtionality of code.
Do web browsers save cache on the hard drive?
If browsers don&#039;t save cache to the hard drive, I would think the mod expires function is rendered useless as soon as one shuts their computer off.
What&#039;s your opinion.

Thanks,

Roger</description>
		<content:encoded><![CDATA[<p>Scott,<br />
This one question is not based on servers but useful funtionality of code.<br />
Do web browsers save cache on the hard drive?<br />
If browsers don&#8217;t save cache to the hard drive, I would think the mod expires function is rendered useless as soon as one shuts their computer off.<br />
What&#8217;s your opinion.</p>
<p>Thanks,</p>
<p>Roger</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://www.pdxtc.com/wpblog/site-reviews/basic-seo-site-critique-actualcurescom/comment-page-1/#comment-46184</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Mon, 03 Nov 2008 13:28:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.pdxtc.com/wpblog/site-reviews/basic-seo-site-critique-actualcurescom/#comment-46184</guid>
		<description>I would follow the recommendations from Yslow. Anything you can do to speed up your delivery is going to improve things, in my opinion. 

I&#039;m sorry but for liability purposes and common sense  I&#039;m not going to be able to give you specific .htaccess instructions here, wince there are too many variables. 

I don&#039;t know where you&#039;re hosted, don&#039;t know what version of Apache your server is running, I don&#039;t know what mods might or might not be installed on your host&#039;s Apache, and I don&#039;t know whether or not your host even supports calls for these mods from .htaccess.   

Some have default Apache installs and some have added mods, and every host is different.
You&#039;re going to have to take each of these questions up directly with your specific web host / server support.</description>
		<content:encoded><![CDATA[<p>I would follow the recommendations from Yslow. Anything you can do to speed up your delivery is going to improve things, in my opinion. </p>
<p>I&#8217;m sorry but for liability purposes and common sense  I&#8217;m not going to be able to give you specific .htaccess instructions here, wince there are too many variables. </p>
<p>I don&#8217;t know where you&#8217;re hosted, don&#8217;t know what version of Apache your server is running, I don&#8217;t know what mods might or might not be installed on your host&#8217;s Apache, and I don&#8217;t know whether or not your host even supports calls for these mods from .htaccess.   </p>
<p>Some have default Apache installs and some have added mods, and every host is different.<br />
You&#8217;re going to have to take each of these questions up directly with your specific web host / server support.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger</title>
		<link>http://www.pdxtc.com/wpblog/site-reviews/basic-seo-site-critique-actualcurescom/comment-page-1/#comment-46182</link>
		<dc:creator>Roger</dc:creator>
		<pubDate>Sun, 02 Nov 2008 04:37:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.pdxtc.com/wpblog/site-reviews/basic-seo-site-critique-actualcurescom/#comment-46182</guid>
		<description>Scott,
What is your position on Etags.  Yahoo&#039;s YSlow wants  you to remove them.  I put this code at the beginning of my .htaccess file.

Header unset ETag
FileETag None

Also, 

Right now the general order of my HTacess file is:
50 or so 301 redirects
Error page directions
Default Front Page stuff  
Stuff about Wordpress. 
Where in the .htaccess file would I put this?

ExpiresActive On
ExpiresByType text/html &quot;access plus 25 minutes&quot;
ExpiresByType image/gif &quot;access plus 5 years&quot;
ExpiresByType image/jpg &quot;access plus 5 years&quot;


Are Expires directions worthwhile. Do web browsers save cache in the hard drive?  If not what good is  telling someones browser to cache something for 5 years if the cache is lost every time their computer is shut off?

Thanks Scott,

Roger</description>
		<content:encoded><![CDATA[<p>Scott,<br />
What is your position on Etags.  Yahoo&#8217;s YSlow wants  you to remove them.  I put this code at the beginning of my .htaccess file.</p>
<p>Header unset ETag<br />
FileETag None</p>
<p>Also, </p>
<p>Right now the general order of my HTacess file is:<br />
50 or so 301 redirects<br />
Error page directions<br />
Default Front Page stuff<br />
Stuff about WordPress.<br />
Where in the .htaccess file would I put this?</p>
<p>ExpiresActive On<br />
ExpiresByType text/html &#8220;access plus 25 minutes&#8221;<br />
ExpiresByType image/gif &#8220;access plus 5 years&#8221;<br />
ExpiresByType image/jpg &#8220;access plus 5 years&#8221;</p>
<p>Are Expires directions worthwhile. Do web browsers save cache in the hard drive?  If not what good is  telling someones browser to cache something for 5 years if the cache is lost every time their computer is shut off?</p>
<p>Thanks Scott,</p>
<p>Roger</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Hendison</title>
		<link>http://www.pdxtc.com/wpblog/site-reviews/basic-seo-site-critique-actualcurescom/comment-page-1/#comment-45363</link>
		<dc:creator>Scott Hendison</dc:creator>
		<pubDate>Mon, 23 Jun 2008 12:43:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.pdxtc.com/wpblog/site-reviews/basic-seo-site-critique-actualcurescom/#comment-45363</guid>
		<description>You mean on your Adsense ads? They say that the best way to get click throughs is to make the ads play seamlessly with the page, matching the color and style. 

However if the ads are quite relevant to what you&#039;re writing about, that it really shouldn&#039;t matter. Every site is going to be different in your case, you&#039;re just going to have to test different colors and styles.</description>
		<content:encoded><![CDATA[<p>You mean on your Adsense ads? They say that the best way to get click throughs is to make the ads play seamlessly with the page, matching the color and style. </p>
<p>However if the ads are quite relevant to what you&#8217;re writing about, that it really shouldn&#8217;t matter. Every site is going to be different in your case, you&#8217;re just going to have to test different colors and styles.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
