<?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"
	>
<channel>
	<title>Comments on: htaccess rewrite, htaccess</title>
	<atom:link href="http://www.askapache.com/htaccess/ultimate-htaccess-file-sample.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.askapache.com/htaccess/ultimate-htaccess-file-sample.html</link>
	<description>Web Development</description>
	<pubDate>Tue, 19 Aug 2008 22:25:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: jimeh</title>
		<link>http://www.askapache.com/htaccess/ultimate-htaccess-file-sample.html#comment-30861</link>
		<dc:creator>jimeh</dc:creator>
		<pubDate>Wed, 12 Dec 2007 21:37:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/ultimate-htaccess-file-sample.html#comment-30861</guid>
		<description>Hey, I recommend to add a MimeType entry for Apple's .dmg files to make sure they're always downloaded properly when using Safari. Since this is an "ultimate" .htaccess example, it'd be good to have in there :)

You can check my post about the issue for more info: &lt;a href="http://blog.zydev.info/2007/12/03/safari-doesnt-always-like-bz2-compressed-dmg-files/" rel="nofollow"&gt;Safari doesnâ€™t always like bz2 compressed DMG files&lt;/a&gt;

Great work on this .htaccess example btw, it's awesome :D</description>
		<content:encoded><![CDATA[<p>Hey, I recommend to add a MimeType entry for Apple&#8217;s .dmg files to make sure they&#8217;re always downloaded properly when using Safari. Since this is an &#8220;ultimate&#8221; .htaccess example, it&#8217;d be good to have in there :)</p>
<p>You can check my post about the issue for more info: <a href="http://blog.zydev.info/2007/12/03/safari-doesnt-always-like-bz2-compressed-dmg-files/" rel="nofollow">Safari doesnâ€™t always like bz2 compressed DMG files</a></p>
<p>Great work on this .htaccess example btw, it&#8217;s awesome :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Best of September 2007 &#124; Best of the Month</title>
		<link>http://www.askapache.com/htaccess/ultimate-htaccess-file-sample.html#comment-22632</link>
		<dc:creator>Best of September 2007 &#124; Best of the Month</dc:creator>
		<pubDate>Tue, 09 Oct 2007 19:10:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/ultimate-htaccess-file-sample.html#comment-22632</guid>
		<description>[...] Ultimate .htaccess file sampleAn ultimate .htaccess-skeleton you can use to prevent hotlinking, require SSL-authentication or protect your data with a password. [...]</description>
		<content:encoded><![CDATA[<p>[...] Ultimate .htaccess file sampleAn ultimate .htaccess-skeleton you can use to prevent hotlinking, require SSL-authentication or protect your data with a password. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.askapache.com/htaccess/ultimate-htaccess-file-sample.html#comment-15578</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 13 Sep 2007 03:32:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/ultimate-htaccess-file-sample.html#comment-15578</guid>
		<description>I couldn't see this one on the list. Whats the code to redirect one website to another.

My issue/problem is that I have the .com and the .info for the same phrase. I've built up the .info over the years and I got picked up the .com when it expired recently. I want to keep the .inof as the main site but redirect any .com type in traffic directly to the .info.

Thanks.</description>
		<content:encoded><![CDATA[<p>I couldn&#8217;t see this one on the list. Whats the code to redirect one website to another.</p>
<p>My issue/problem is that I have the .com and the .info for the same phrase. I&#8217;ve built up the .info over the years and I got picked up the .com when it expired recently. I want to keep the .inof as the main site but redirect any .com type in traffic directly to the .info.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karla</title>
		<link>http://www.askapache.com/htaccess/ultimate-htaccess-file-sample.html#comment-5946</link>
		<dc:creator>Karla</dc:creator>
		<pubDate>Fri, 18 May 2007 14:32:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/ultimate-htaccess-file-sample.html#comment-5946</guid>
		<description>When using PHP as an Apache module, you can 
also change the configuration settings using directives in Apache configuration files and .htaccess files. Try:

php_value upload_tmp_dir /home/httpd/Tmp_123</description>
		<content:encoded><![CDATA[<p>When using PHP as an Apache module, you can<br />
also change the configuration settings using directives in Apache configuration files and .htaccess files. Try:</p>
<p>php_value upload_tmp_dir /home/httpd/Tmp_123</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.askapache.com/htaccess/ultimate-htaccess-file-sample.html#comment-2068</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Thu, 22 Mar 2007 09:02:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/ultimate-htaccess-file-sample.html#comment-2068</guid>
		<description>Hi,

Is there a way to change "upload_tmp_dir" for PHP in htaccess file?

by default the Tmp path is : /home/httpd/Tmp 
What if i want to change to /home/httpd/Tmp_123 ??

It can be change in php.ini, but can htaccess also works with it? how?

Thanks
Jason</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Is there a way to change &#8220;upload_tmp_dir&#8221; for PHP in htaccess file?</p>
<p>by default the Tmp path is : /home/httpd/Tmp<br />
What if i want to change to /home/httpd/Tmp_123 ??</p>
<p>It can be change in php.ini, but can htaccess also works with it? how?</p>
<p>Thanks<br />
Jason</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RomainB</title>
		<link>http://www.askapache.com/htaccess/ultimate-htaccess-file-sample.html#comment-624</link>
		<dc:creator>RomainB</dc:creator>
		<pubDate>Thu, 15 Feb 2007 15:21:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/ultimate-htaccess-file-sample.html#comment-624</guid>
		<description>This is a really helpfull article. Thanks a lot!</description>
		<content:encoded><![CDATA[<p>This is a really helpfull article. Thanks a lot!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
