<?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>Perjalanan seorang Herli &#187; wordpress</title>
	<atom:link href="http://herli.web.id/category/teknis/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://herli.web.id</link>
	<description>"because writing is, like death, a lonely business." - Neil Gaiman</description>
	<lastBuildDate>Thu, 02 Sep 2010 14:08:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Permalinks di WordPress</title>
		<link>http://herli.web.id/permalinks-di-wordpress.html</link>
		<comments>http://herli.web.id/permalinks-di-wordpress.html#comments</comments>
		<pubDate>Thu, 04 Sep 2008 13:24:51 +0000</pubDate>
		<dc:creator>Herli</dc:creator>
				<category><![CDATA[teknis]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://herli.web.id/?p=137</guid>
		<description><![CDATA[Wordpress menyediakan fasilitas permalink untuk mempercantik link yang muncul di address bar. Ada beberapa pilihan permalink yang tersedia oleh wordpress:

Default: http://herli.web.id/?=123
Date and name based: http://herli.web.id/index.php/2008/09/04/sample-post/
Numeric: http://herli.web.id/index.php/archives/123
Custom: /%year%/%monthnum%/%day%/%postname%/

Secara default, permalink di Wordpress tidak aktif. Dan pilihan lain untuk permalink yang disediakan oleh wordpress menambahkan &#8220;index.php&#8221; disetiap link-nya. Ah, jadi sedikit kurang cantik bila ditampilkan di address [...]]]></description>
			<content:encoded><![CDATA[<p>Wordpress menyediakan fasilitas permalink untuk mempercantik link yang muncul di address bar. Ada beberapa pilihan permalink yang tersedia oleh wordpress:</p>
<ol>
<li><strong>Default:</strong> http://herli.web.id/?=123</li>
<li><strong>Date and name based:</strong> http://herli.web.id/index.php/2008/09/04/sample-post/</li>
<li><strong>Numeric:</strong> http://herli.web.id/index.php/archives/123</li>
<li><strong>Custom:</strong> /%year%/%monthnum%/%day%/%postname%/</li>
</ol>
<p><span id="more-137"></span>Secara default, permalink di Wordpress tidak aktif. Dan pilihan lain untuk permalink yang disediakan oleh wordpress menambahkan &#8220;index.php&#8221; disetiap link-nya. Ah, jadi sedikit kurang cantik bila ditampilkan di address bar.</p>
<p>Jadi saya &#8220;konsultasi&#8221; dengan Google, bagaimana caranya untuk menghilangkan &#8220;index.php&#8221; dari permalink di Wordpress, supaya permalink menjadi cantik sepenuhnya. Dan saya menemukannya. <img src='http://herli.web.id/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Berikut adalah cara untuk menghilangkan format &#8220;index.php&#8221; di Wordpress dengan mengubah file .htaccess yang ada di folder dimana Wordpress terinstal:</p>
<p>1. Bila Wordpress terinstal di root directory:</p>
<blockquote><p># BEGIN WordPress<br />
&lt;IfModule mod_rewrite.c&gt;<br />
RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /index.php [L]<br />
&lt;/IfModule&gt;<br />
# END WordPress</p></blockquote>
<p>2. Bila Wordpress terinstal di sub-direktori bernama foo:</p>
<blockquote><p># BEGIN WordPress<br />
&lt;IfModule mod_rewrite.c&gt;<br />
RewriteEngine On<br />
RewriteBase /foo/<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /foo/index.php [L]<br />
&lt;/IfModule&gt;<br />
# END WordPress</p></blockquote>
<p>Saya sudah mencoba sendiri mengubah file .htaccess ini, dan hasilnya, permalink untuk Wordpress saya jadi cantik sepenuhnya. <img src='http://herli.web.id/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://herli.web.id/permalinks-di-wordpress.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
