<?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>Brainsick Patterns -- No Code Relation &#187; HTTP</title>
	<atom:link href="http://blog.brainsicksolutions.com/category/http/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.brainsicksolutions.com</link>
	<description>Umm... a porridge made from things I learn so I can find them easier?</description>
	<lastBuildDate>Thu, 21 Jan 2010 19:38:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Useful Apache .htaccess tricks</title>
		<link>http://blog.brainsicksolutions.com/2009/03/useful-apache-htaccess-tricks/</link>
		<comments>http://blog.brainsicksolutions.com/2009/03/useful-apache-htaccess-tricks/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 18:16:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[htaccess]]></category>

		<guid isPermaLink="false">http://blog.brainsicksolutions.com/2009/03/useful-apache-htaccess-tricks/</guid>
		<description><![CDATA[Ask Apache is chock full of awesomeness but these are the links that immediately jump out.
ErrorDocuments:
List of 57 HTTP Status Codes and Apache htaccess file ErrorDocuments
Redirection:
301 Redirect Cheatsheet &#8211; mod_rewrite, javascript, cfm, perl, php, refresh, python
Advanced HTTP Redirection
I posted this previously for another alternative of redirecting users when your pages change.
And this for letting users [...]]]></description>
			<content:encoded><![CDATA[<p>Ask Apache is chock full of awesomeness but these are the links that immediately jump out.</p>
<p>ErrorDocuments:</p>
<p><a target="_blank" href="http://www.askapache.com/htaccess/apache-status-code-headers-errordocument.html">List of 57 HTTP Status Codes and Apache htaccess file ErrorDocuments</a></p>
<p>Redirection:</p>
<p><a target="_blank" href="http://www.askapache.com/htaccess/list-of-methods-to-redirect-users-to-different-page.html">301 Redirect Cheatsheet &#8211; mod_rewrite, javascript, cfm, perl, php, refresh, python</a></p>
<p><a target="_blank" href="http://www.askapache.com/seo/advanced-http-redirection.html">Advanced HTTP Redirection</a></p>
<p>I <a target="_blank" href="http://blog.brainsicksolutions.com/2009/01/use-mod_rewrite-to-redirect-one-domain-to-another-via-get/">posted this</a> previously for another alternative of redirecting users when your pages change.</p>
<p><a target="_blank" href="http://blog.brainsicksolutions.com/2009/01/under-construction-for-everyone-but-you/">And this</a> for letting users know something has changed when your pages change.</p>
<p>SEO:</p>
<p><a target="_blank" href="http://www.askapache.com/htaccess/503-service-temporarily-unavailable.html">503 Status Code Search Engine SEO</a></p>
<p>Security:</p>
<p><a target="_blank" href="http://www.askapache.com/htaccess/security-with-apache-htaccess.html">Security Tips for Securing your website, server, blog using .htaccess</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.brainsicksolutions.com/2009/03/useful-apache-htaccess-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Random code-by&#8217;s, code blitherings and whatnot</title>
		<link>http://blog.brainsicksolutions.com/2009/02/random-code-bys-code-blitherings-and-whatnot/</link>
		<comments>http://blog.brainsicksolutions.com/2009/02/random-code-bys-code-blitherings-and-whatnot/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 06:37:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[misc]]></category>
		<category><![CDATA[misc webdev]]></category>
		<category><![CDATA[miscellaneous]]></category>

		<guid isPermaLink="false">http://blog.brainsicksolutions.com/2009/02/random-code-bys-code-blitherings-and-whatnot/</guid>
		<description><![CDATA[I wasn&#8217;t sure what to call this one but this site has a random array of varied goodies in CSS, PHP, HTTP and IE-specific problems.
]]></description>
			<content:encoded><![CDATA[<p>I wasn&#8217;t sure what to call this one but <a href="http://koivi.com/" target="_blank">this site</a> has a random array of varied goodies in CSS, PHP, HTTP and IE-specific problems.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.brainsicksolutions.com/2009/02/random-code-bys-code-blitherings-and-whatnot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deliver content for specific referers[sic]</title>
		<link>http://blog.brainsicksolutions.com/2009/01/deliver-content-for-specific-refererssic/</link>
		<comments>http://blog.brainsicksolutions.com/2009/01/deliver-content-for-specific-refererssic/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 01:51:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Content Negotiation]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[Hot Tip!]]></category>
		<category><![CDATA[negotiate]]></category>
		<category><![CDATA[referer]]></category>

		<guid isPermaLink="false">http://blog.brainsicksolutions.com/2009/01/deliver-content-for-specific-refererssic/</guid>
		<description><![CDATA[For example, if someone comes to your site via a Google search for &#8220;peanut butter,&#8221; make sure to deliver the content &#8220;peanut butter&#8221; as it pertains to your content.
I believe testing the referer[sic] is one of doing this.&#160; I wonder if there are any others?
]]></description>
			<content:encoded><![CDATA[<p>For example, if someone comes to your site via a Google search for &#8220;peanut butter,&#8221; make sure to deliver the content &#8220;peanut butter&#8221; as it pertains to your content.</p>
<p>I believe testing the referer[sic] is one of doing this.&nbsp; I wonder if there are any others?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.brainsicksolutions.com/2009/01/deliver-content-for-specific-refererssic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use mod_rewrite to redirect one domain to another via GET</title>
		<link>http://blog.brainsicksolutions.com/2009/01/use-mod_rewrite-to-redirect-one-domain-to-another-via-get/</link>
		<comments>http://blog.brainsicksolutions.com/2009/01/use-mod_rewrite-to-redirect-one-domain-to-another-via-get/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 01:06:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[Hot Tip!]]></category>
		<category><![CDATA[GET]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[redirect]]></category>

		<guid isPermaLink="false">http://blog.brainsicksolutions.com/2009/01/use-mod_rewrite-to-redirect-one-domain-to-another-via-get/</guid>
		<description><![CDATA[Dave Child ran into this problem a while back when the idiotic Jack Daniels corporation decided to flex its mighty talons.RewriteCond %{REQUEST_METHOD} ^GET [NC] # Only rewrite GET requestsRewriteCond %{HTTP_HOST} olddomain\.com [NC]RewriteRule ^(.*)$ http://www.newdomain.com/$1 [L,R=301]RewriteCond %{HTTP_HOST} olddomain\.com [NC] # Otherwise blockRewriteRule ^(.*)$ - [F]
Redirect all GET requests to new domain (only redirecting GET because POST [...]]]></description>
			<content:encoded><![CDATA[<p>Dave Child ran into this problem a while back when the idiotic Jack Daniels corporation decided to flex its mighty talons.<br /><code class="apache"><br />RewriteCond %{REQUEST_METHOD} ^GET [NC] # Only rewrite GET requests<br />RewriteCond %{HTTP_HOST} olddomain\.com [NC]<br />RewriteRule ^(.*)$ http://www.newdomain.com/$1 [L,R=301]<br />RewriteCond %{HTTP_HOST} olddomain\.com [NC] # Otherwise block<br />RewriteRule ^(.*)$ - [F]</code><br />
<blockquote>Redirect all GET requests to new domain (only redirecting GET because POST to old domain is almost certainly automated spam &#8211; no genuine users should ever be posting to old domain if it&#8217;s been completely redirected). Serve 403 to any other request. — <a target="_blank" href="http://snipplr.com/view/8341/redirect-domain-only-get/">Dave Child</a></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.brainsicksolutions.com/2009/01/use-mod_rewrite-to-redirect-one-domain-to-another-via-get/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Miscellaneous .htaccess tips</title>
		<link>http://blog.brainsicksolutions.com/2009/01/miscellaneous-htaccess-tips/</link>
		<comments>http://blog.brainsicksolutions.com/2009/01/miscellaneous-htaccess-tips/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 21:43:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[htaccess]]></category>

		<guid isPermaLink="false">http://blog.brainsicksolutions.com/2009/01/miscellaneous-htaccess-tips/</guid>
		<description><![CDATA[It&#8217;s quite rare to find a useful forum post anywhere so I thought I&#8217;d make note of some useful information that was passed around.
http://www.webmasterworld.com/apache/3430745.htm
(Click here for an archived copy.)
http://corz.org/serv/tricks/htaccess.php
]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s quite rare to find a useful forum post anywhere so I thought I&#8217;d make note of some useful information that was passed around.</p>
<p><a target="_blank" href="http://www.webmasterworld.com/apache/3430745.htm">http://www.webmasterworld.com/apache/3430745.htm</a></p>
<p>(<a title="screen shot of a forum post" href="http://blog.brainsicksolutions.com/wp-content/uploads/2009/01/20090127-163826-mod-rewrite-and-403-errors.png">Click here for an archived copy.</a>)</p>
<p><a target="_blank" href="http://corz.org/serv/tricks/htaccess.php">http://corz.org/serv/tricks/htaccess.php</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.brainsicksolutions.com/2009/01/miscellaneous-htaccess-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mod_rewrite and 403 errors</title>
		<link>http://blog.brainsicksolutions.com/2009/01/mod_rewrite-and-403-errors/</link>
		<comments>http://blog.brainsicksolutions.com/2009/01/mod_rewrite-and-403-errors/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 21:07:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Error Documents]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://blog.brainsicksolutions.com/2009/01/mod_rewrite-and-403-errors/</guid>
		<description><![CDATA[I&#8217;m not entirely sure of the culprit here because on a Unix machine the problem does not exist.&#160; If you are encountering &#8220;Error 403: Forbidden&#8221; errors try this on a Windows host.
Options +FollowSymLinks
http://www.phpfreaks.com/forums/index.php?topic=159470.0;wap2
The resulting explanation seems fairly solid but it simply cannot be true if it is working on a host without that option.&#160; So, [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m not entirely sure of the culprit here because on a Unix machine the problem does not exist.&nbsp; If you are encountering &#8220;Error 403: Forbidden&#8221; errors try this on a Windows host.</p>
<p><code class="apache">Options +FollowSymLinks</code></p>
<p><a target="_blank" href="http://www.phpfreaks.com/forums/index.php?topic=159470.0;wap2">http://www.phpfreaks.com/forums/index.php?topic=159470.0;wap2</a></p>
<p>The resulting explanation seems fairly solid but it simply cannot be true if it is working on a host without that option.&nbsp; So, I wonder then if the Unix host has that directive enabled by default in all Virtual Hosts.</p>
<p>Hrmm&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.brainsicksolutions.com/2009/01/mod_rewrite-and-403-errors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The art of 404s</title>
		<link>http://blog.brainsicksolutions.com/2009/01/the-art-of-404s/</link>
		<comments>http://blog.brainsicksolutions.com/2009/01/the-art-of-404s/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 07:45:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Error Documents]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[404]]></category>

		<guid isPermaLink="false">http://blog.brainsicksolutions.com/2009/01/the-art-of-404s/</guid>
		<description><![CDATA[Interesting, albeit odd, site about 404s — the error you get when a document does not exist at a specific URL.
http://www.plinko.net/404/custom.asp
EDIT: I actually forgot I linked another page on this site only a few hours ago.&#160; No wonder this is a blog to remember items I come across.
]]></description>
			<content:encoded><![CDATA[<p>Interesting, albeit odd, site about 404s — the error you get when a document does not exist at a specific URL.</p>
<p><a target="_blank" href="http://www.plinko.net/404/custom.asp">http://www.plinko.net/404/custom.asp</a></p>
<p>EDIT: I actually forgot I linked another page on this site only a few hours ago.&nbsp; No wonder this is a blog to remember items I come across.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.brainsicksolutions.com/2009/01/the-art-of-404s/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More mod_rewrite goodness</title>
		<link>http://blog.brainsicksolutions.com/2009/01/more-mod_rewrite-goodness/</link>
		<comments>http://blog.brainsicksolutions.com/2009/01/more-mod_rewrite-goodness/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 06:25:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTTP]]></category>
		<category><![CDATA[Hot Tip!]]></category>
		<category><![CDATA[mod_rewrite]]></category>

		<guid isPermaLink="false">http://blog.brainsicksolutions.com/2009/01/more-mod_rewrite-goodness/</guid>
		<description><![CDATA[I figured I might as well throw another great mod_rewrite link here.
http://www.workingwith.me.uk/articles/scripting/mod_rewrite
]]></description>
			<content:encoded><![CDATA[<p>I figured I might as well throw another great mod_rewrite link here.</p>
<p><a target="_blank" href="http://www.workingwith.me.uk/articles/scripting/mod_rewrite">http://www.workingwith.me.uk/articles/scripting/mod_rewrite</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.brainsicksolutions.com/2009/01/more-mod_rewrite-goodness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Under Construction for everyone but you</title>
		<link>http://blog.brainsicksolutions.com/2009/01/under-construction-for-everyone-but-you/</link>
		<comments>http://blog.brainsicksolutions.com/2009/01/under-construction-for-everyone-but-you/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 06:19:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTTP]]></category>
		<category><![CDATA[Hot Tip!]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[mod_rewrite]]></category>

		<guid isPermaLink="false">http://blog.brainsicksolutions.com/2009/01/under-construction-for-everyone-but-you/</guid>
		<description><![CDATA[I used to have a small .htaccess file that contained information similar but I&#8217;ve apparently lost it somewhere.
This should give you an idea in the meantime.
http://www.mcqn.net/projects/rewrite_generator.php
]]></description>
			<content:encoded><![CDATA[<p>I used to have a small .htaccess file that contained information similar but I&#8217;ve apparently lost it somewhere.</p>
<p>This should give you an idea in the meantime.</p>
<p><a target="_blank" href="http://www.mcqn.net/projects/rewrite_generator.php">http://www.mcqn.net/projects/rewrite_generator.php</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.brainsicksolutions.com/2009/01/under-construction-for-everyone-but-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Explorer prefers its own 404s</title>
		<link>http://blog.brainsicksolutions.com/2009/01/internet-explorer-prefers-its-own-404s/</link>
		<comments>http://blog.brainsicksolutions.com/2009/01/internet-explorer-prefers-its-own-404s/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 06:15:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Error Documents]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[Web Standards]]></category>

		<guid isPermaLink="false">http://blog.brainsicksolutions.com/2009/01/internet-explorer-prefers-its-own-404s/</guid>
		<description><![CDATA[Here&#8217;s a nifty tip, although I&#8217;m not sure of its validity.
http://www.plinko.net/404/howto.asp?article=3
]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a nifty tip, although I&#8217;m not sure of its validity.</p>
<p><a target="_blank" href="http://www.plinko.net/404/howto.asp?article=3">http://www.plinko.net/404/howto.asp?article=3</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.brainsicksolutions.com/2009/01/internet-explorer-prefers-its-own-404s/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.880 seconds -->
