<?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>Developing Webs &#187; apache</title>
	<atom:link href="http://sandaldjepit.com/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://sandaldjepit.com</link>
	<description>Think Forward, not Backward</description>
	<lastBuildDate>Mon, 15 Feb 2010 04:26:43 +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>Howto: Disable directory listing using .htaccess</title>
		<link>http://sandaldjepit.com/2009/howto-disable-directory-listing-using-htaccess/</link>
		<comments>http://sandaldjepit.com/2009/howto-disable-directory-listing-using-htaccess/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 03:26:18 +0000</pubDate>
		<dc:creator>atpaz</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[disable directory listing]]></category>
		<category><![CDATA[htdocs]]></category>
		<category><![CDATA[list file]]></category>

		<guid isPermaLink="false">http://sandaldjepit.com/2009/01/28/howto-disable-directory-listing-using-htaccess/</guid>
		<description><![CDATA[
If you want to preventing directory listing / prevent your server from displaying entire content of directory, here some tips :
1. Add an empty file named index.htm or index.html or index.php; this will show a blank page for the directory.
2. Add / edit your .htaccess file, and add this code
Options -Indexes
this will throw a 403 [...]


Related posts:<ol><li><a href='http://sandaldjepit.com/2008/enable-http-compression-with-gzip/' rel='bookmark' title='Permanent Link: Enable HTTP compression with Gzip'>Enable HTTP compression with Gzip</a></li><li><a href='http://sandaldjepit.com/2008/url-rewrite/' rel='bookmark' title='Permanent Link: URL Rewrite'>URL Rewrite</a></li><li><a href='http://sandaldjepit.com/2009/handling-file-upload-using-php-script/' rel='bookmark' title='Permanent Link: Handling file upload using PHP Script'>Handling file upload using PHP Script</a></li></ol>]]></description>
		<wfw:commentRss>http://sandaldjepit.com/2009/howto-disable-directory-listing-using-htaccess/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Enable HTTP compression with Gzip</title>
		<link>http://sandaldjepit.com/2008/enable-http-compression-with-gzip/</link>
		<comments>http://sandaldjepit.com/2008/enable-http-compression-with-gzip/#comments</comments>
		<pubDate>Sat, 19 Apr 2008 09:09:44 +0000</pubDate>
		<dc:creator>atpaz</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[compression]]></category>
		<category><![CDATA[defalte]]></category>
		<category><![CDATA[gzip]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[web compression]]></category>

		<guid isPermaLink="false">http://sandaldjepit.com/2008/04/19/enable-http-compression-with-gzip/</guid>
		<description><![CDATA[What is HTTP Compression ?
HTTP compression is a capability built into both web servers and web browsers, to make better use of available bandwidth. HTTP protocol data is compressed before it is sent from the server: compliant browsers will announce what methods are supported to the server before downloading the correct format; unsupported browsers will [...]


Related posts:<ol><li><a href='http://sandaldjepit.com/2009/howto-disable-directory-listing-using-htaccess/' rel='bookmark' title='Permanent Link: Howto: Disable directory listing using .htaccess'>Howto: Disable directory listing using .htaccess</a></li><li><a href='http://sandaldjepit.com/2009/handling-file-upload-using-php-script/' rel='bookmark' title='Permanent Link: Handling file upload using PHP Script'>Handling file upload using PHP Script</a></li><li><a href='http://sandaldjepit.com/2008/url-rewrite/' rel='bookmark' title='Permanent Link: URL Rewrite'>URL Rewrite</a></li></ol>]]></description>
		<wfw:commentRss>http://sandaldjepit.com/2008/enable-http-compression-with-gzip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>error_reporting(0) : hide those bads mann&#8230;!</title>
		<link>http://sandaldjepit.com/2008/error_reporting0-hide-those-bads-mann/</link>
		<comments>http://sandaldjepit.com/2008/error_reporting0-hide-those-bads-mann/#comments</comments>
		<pubDate>Sat, 19 Apr 2008 08:24:43 +0000</pubDate>
		<dc:creator>atpaz</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[error_reporting]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://sandaldjepit.com/2008/04/19/error_reporting0-hide-those-bads-mann/</guid>
		<description><![CDATA[Hari ini april 19, 2008 aku lagi cari-cari gambar Honda Revo, aku cari via Google yang di dapet alamat http://myhondarevo.com &#8230; hmm.. nice ! i love Google ! hehe&#8230; trus aku klik alamatnya &#8230; loh!.. WAALAAA&#8230;. error !!

Seharusnya nih ya error gini dalam PHP ga perlu ditampilkan dalam web yang sudah online, apalagi sampe seharian [...]


Related posts:<ol><li><a href='http://sandaldjepit.com/2008/validasi-form-menggunakan-javascript/' rel='bookmark' title='Permanent Link: Validasi Form menggunakan Javascript'>Validasi Form menggunakan Javascript</a></li><li><a href='http://sandaldjepit.com/2008/aneh-tapi-nyata-ga-bisa-buat-folder-dengan-nama-%e2%80%9ccon%e2%80%9d-di-system-operasi-windows-dos/' rel='bookmark' title='Permanent Link: Aneh tapi nyata : ga bisa buat folder dengan nama “con” di system Operasi Windows (DOS)'>Aneh tapi nyata : ga bisa buat folder dengan nama “con” di system Operasi Windows (DOS)</a></li><li><a href='http://sandaldjepit.com/2008/pengakuan-ada-temenku-merit-lageeee/' rel='bookmark' title='Permanent Link: Pengakuan : ada temenku merit lageeee&#8230;'>Pengakuan : ada temenku merit lageeee&#8230;</a></li></ol>]]></description>
		<wfw:commentRss>http://sandaldjepit.com/2008/error_reporting0-hide-those-bads-mann/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>URL Rewrite</title>
		<link>http://sandaldjepit.com/2008/url-rewrite/</link>
		<comments>http://sandaldjepit.com/2008/url-rewrite/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 07:11:11 +0000</pubDate>
		<dc:creator>atpaz</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[apache module]]></category>
		<category><![CDATA[permalink]]></category>
		<category><![CDATA[rewrite]]></category>
		<category><![CDATA[url]]></category>

		<guid isPermaLink="false">http://sandaldjepit.com/2008/04/10/url-rewrite/</guid>
		<description><![CDATA[1. Mod Rewrite Overview
We&#8217;re hearing more and more about mod rewrite every  		  day. E commerce applications are making add-ons to their software to  		  allow for it, content mangement systems are using it and most of all  		  blogs are taking it to the next level as they [...]


Related posts:<ol><li><a href='http://sandaldjepit.com/2009/codeigniter/' rel='bookmark' title='Permanent Link: CodeIgniter'>CodeIgniter</a></li></ol>]]></description>
		<wfw:commentRss>http://sandaldjepit.com/2008/url-rewrite/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
