<?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: How to brand your website’s URL, Part 3: custom file extensions</title>
	<atom:link href="http://creativebriefing.com/custom-file-extensions/feed/" rel="self" type="application/rss+xml" />
	<link>http://creativebriefing.com/custom-file-extensions/</link>
	<description>for the marketer, designer, and entrepreneur</description>
	<lastBuildDate>Mon, 30 Jan 2012 02:06:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: JD</title>
		<link>http://creativebriefing.com/custom-file-extensions/#comment-4838</link>
		<dc:creator>JD</dc:creator>
		<pubDate>Wed, 20 Jan 2010 15:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://creativebriefing.com/custom-file-extensions/#comment-4838</guid>
		<description>I&#039;m trying this method too, but something doesn&#039;t work. Instead of parsing PHP and displaying the file, the browser just download the file like an attachment. Trying to work out what else needs to be in addition to this...

Thanks.</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying this method too, but something doesn&#8217;t work. Instead of parsing PHP and displaying the file, the browser just download the file like an attachment. Trying to work out what else needs to be in addition to this&#8230;</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hemal Shah</title>
		<link>http://creativebriefing.com/custom-file-extensions/#comment-3711</link>
		<dc:creator>Hemal Shah</dc:creator>
		<pubDate>Fri, 30 Jan 2009 20:33:24 +0000</pubDate>
		<guid isPermaLink="false">http://creativebriefing.com/custom-file-extensions/#comment-3711</guid>
		<description>Hi Verne,

Thanks for this article. I have been looking for something as simple like this. I wanted ask you one thing.

If I want to customize the url for HTML (as you have shown for PHP) how do i go ahead?</description>
		<content:encoded><![CDATA[<p>Hi Verne,</p>
<p>Thanks for this article. I have been looking for something as simple like this. I wanted ask you one thing.</p>
<p>If I want to customize the url for HTML (as you have shown for PHP) how do i go ahead?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Willem</title>
		<link>http://creativebriefing.com/custom-file-extensions/#comment-3324</link>
		<dc:creator>Willem</dc:creator>
		<pubDate>Wed, 30 Jul 2008 14:29:15 +0000</pubDate>
		<guid isPermaLink="false">http://creativebriefing.com/custom-file-extensions/#comment-3324</guid>
		<description>Thanks so very much for taking your time to create this very useful and informative site. I have learned a lot from your site. Thanks!!</description>
		<content:encoded><![CDATA[<p>Thanks so very much for taking your time to create this very useful and informative site. I have learned a lot from your site. Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joey Buzzsaw</title>
		<link>http://creativebriefing.com/custom-file-extensions/#comment-2238</link>
		<dc:creator>Joey Buzzsaw</dc:creator>
		<pubDate>Fri, 22 Feb 2008 23:11:06 +0000</pubDate>
		<guid isPermaLink="false">http://creativebriefing.com/custom-file-extensions/#comment-2238</guid>
		<description>I&#039;m having a problem, too...

Even though I&#039;ve got the entire command correct in my .htaccess file, when I visit the page, my browser doesn&#039;t know what to do with my custom file and tries to download it.

I&#039;ve got this in my .htaccess (I&#039;m trying to make a social site, and .wex is my speak for &quot;web executable&quot;.)
&lt;code&gt;
AddType application/x-httpd-php wex
&lt;/code&gt;

When I click on your link, as well, my browser doesn&#039;t handle it, and asks me which program I want to open it with.</description>
		<content:encoded><![CDATA[<p>I&#8217;m having a problem, too&#8230;</p>
<p>Even though I&#8217;ve got the entire command correct in my .htaccess file, when I visit the page, my browser doesn&#8217;t know what to do with my custom file and tries to download it.</p>
<p>I&#8217;ve got this in my .htaccess (I&#8217;m trying to make a social site, and .wex is my speak for &#8220;web executable&#8221;.)<br />
<code><br />
AddType application/x-httpd-php wex<br />
</code></p>
<p>When I click on your link, as well, my browser doesn&#8217;t handle it, and asks me which program I want to open it with.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Verne</title>
		<link>http://creativebriefing.com/custom-file-extensions/#comment-114</link>
		<dc:creator>Verne</dc:creator>
		<pubDate>Fri, 17 Aug 2007 21:39:16 +0000</pubDate>
		<guid isPermaLink="false">http://creativebriefing.com/custom-file-extensions/#comment-114</guid>
		<description>&lt;p&gt;Hi Sean, it seems like your error has more to do with a syntax error within text.cb than with the .htaccess line.&lt;/p&gt;
&lt;p&gt;I&#039;ve taken the liberty of creating a &lt;a href=&quot;http://creativebriefing.com/test.cb&quot; target=&quot;_blank&quot;&gt;test.cb&lt;/a&gt; of my own. In my .htaccess file, I have the following line: &lt;/p&gt;
&lt;p&gt;&lt;code&gt;AddType application/x-httpd-php cb&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Then in test.cb, I have:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;?php echo &quot;If you can read this, then this page is working!&quot;; ?&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;It seems to be working fine. Look into the PHP you have in your test file and make sure there aren&#039;t any errors (test it by just echoing something simple).&lt;/p&gt;
&lt;p&gt;If that fails, then maybe it has something to do with your server environment. I&#039;m no expert in this area, but I know different global variables being turned on or off can sometimes make the difference.&lt;/p&gt;
&lt;p&gt;Hope that helps!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Sean, it seems like your error has more to do with a syntax error within text.cb than with the .htaccess line.</p>
<p>I&#8217;ve taken the liberty of creating a <a href="http://creativebriefing.com/test.cb" target="_blank">test.cb</a> of my own. In my .htaccess file, I have the following line: </p>
<p><code>AddType application/x-httpd-php cb</code></p>
<p>Then in test.cb, I have:</p>
<p><code>&lt;?php echo "If you can read this, then this page is working!"; ?&gt;</code></p>
<p>It seems to be working fine. Look into the PHP you have in your test file and make sure there aren&#8217;t any errors (test it by just echoing something simple).</p>
<p>If that fails, then maybe it has something to do with your server environment. I&#8217;m no expert in this area, but I know different global variables being turned on or off can sometimes make the difference.</p>
<p>Hope that helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sean</title>
		<link>http://creativebriefing.com/custom-file-extensions/#comment-109</link>
		<dc:creator>sean</dc:creator>
		<pubDate>Fri, 17 Aug 2007 07:08:54 +0000</pubDate>
		<guid isPermaLink="false">http://creativebriefing.com/custom-file-extensions/#comment-109</guid>
		<description>hi Verne,
Thanks for your great help.

OK,
1-I created a .htaccess with &quot; AddType application/x-httpd-php cb php &quot; in it.

2-created a file with a simple php code saved it as test.cb

uploaded and here is the link:
http://www.axha.net/test.cb

content of test.cb{ php&lt;/b&gt;&quot;; ?&gt;}

I did change the permission of the file to 644, 755,777 but still not working.

I have test it with html mimetype and only html codes are working but not php codes.

Am I missing anything?

Thanks for your help Verne,
Sean</description>
		<content:encoded><![CDATA[<p>hi Verne,<br />
Thanks for your great help.</p>
<p>OK,<br />
1-I created a .htaccess with &#8221; AddType application/x-httpd-php cb php &#8221; in it.</p>
<p>2-created a file with a simple php code saved it as test.cb</p>
<p>uploaded and here is the link:<br />
<a href="http://www.axha.net/test.cb" rel="nofollow">http://www.axha.net/test.cb</a></p>
<p>content of test.cb{ php&#8220;; ?&gt;}</p>
<p>I did change the permission of the file to 644, 755,777 but still not working.</p>
<p>I have test it with html mimetype and only html codes are working but not php codes.</p>
<p>Am I missing anything?</p>
<p>Thanks for your help Verne,<br />
Sean</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Verne</title>
		<link>http://creativebriefing.com/custom-file-extensions/#comment-108</link>
		<dc:creator>Verne</dc:creator>
		<pubDate>Fri, 17 Aug 2007 04:25:04 +0000</pubDate>
		<guid isPermaLink="false">http://creativebriefing.com/custom-file-extensions/#comment-108</guid>
		<description>Hi Sean,

What are the errors that it&#039;s giving you? Did you remember to change the &quot;cb php&quot; part to the custom extension that you&#039;re using?

Paste me some details here and I&#039;ll do my best to help you out!</description>
		<content:encoded><![CDATA[<p>Hi Sean,</p>
<p>What are the errors that it&#8217;s giving you? Did you remember to change the &#8220;cb php&#8221; part to the custom extension that you&#8217;re using?</p>
<p>Paste me some details here and I&#8217;ll do my best to help you out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sean</title>
		<link>http://creativebriefing.com/custom-file-extensions/#comment-106</link>
		<dc:creator>sean</dc:creator>
		<pubDate>Thu, 16 Aug 2007 10:24:07 +0000</pubDate>
		<guid isPermaLink="false">http://creativebriefing.com/custom-file-extensions/#comment-106</guid>
		<description>Hi,
Just a question on branded,
I used 
AddType application/x-httpd-php cb php

in .htaccess but it gives server error message.
with php codes inside a file.

basically i did exactly as you guided me on your site, but it doesnt work... it gives error for php codes.
any suggestions?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Just a question on branded,<br />
I used<br />
AddType application/x-httpd-php cb php</p>
<p>in .htaccess but it gives server error message.<br />
with php codes inside a file.</p>
<p>basically i did exactly as you guided me on your site, but it doesnt work&#8230; it gives error for php codes.<br />
any suggestions?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

