<?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>ansi &#187; server</title>
	<atom:link href="http://ansi.23-5.eu/tag/server/feed/" rel="self" type="application/rss+xml" />
	<link>http://ansi.23-5.eu</link>
	<description>geek  pirat  tekki</description>
	<lastBuildDate>Thu, 29 Dec 2011 02:18:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Problem setting up wordpress permalink on apache</title>
		<link>http://ansi.23-5.eu/2011/12/29/apache-rewrite-for-wordpress/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=apache-rewrite-for-wordpress</link>
		<comments>http://ansi.23-5.eu/2011/12/29/apache-rewrite-for-wordpress/#comments</comments>
		<pubDate>Thu, 29 Dec 2011 02:18:15 +0000</pubDate>
		<dc:creator>ansi</dc:creator>
				<category><![CDATA[Technic]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[peralink]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[rewrite]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://ansi.23-5.eu/?p=41</guid>
		<description><![CDATA[Hi

I just tried to change the permalink in wordpress so it looks nicer and the links are more like "http://ansi.23-5.eu/2011/12/29/apache-rewrite-for-wordpress/" instead of "http://ansi.23-5.eu/?id=blubber/". Normally this is done in 2 steps. But I had some error in my virtual host configuration file. But please let me first explain the 2 normal steps. Just for the ...]]></description>
			<content:encoded><![CDATA[<p>Hi</p>
<p>I just tried to change the permalink in wordpress so it looks nicer and the links are more like &#8220;http://ansi.23-5.eu/2011/12/29/apache-rewrite-for-wordpress/&#8221; instead of &#8220;http://ansi.23-5.eu/?id=blubber/&#8221;. Normally this is done in 2 steps. But I had some error in my virtual host configuration file. But please let me first explain the 2 normal steps. Just for the sake of completeness. <img src='http://ansi.23-5.eu/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<ol>
<li>Inside WordPress under /Settings/Permalinks change it to some nice looking.</li>
<li>As root execute &#8220;a2enmod rewrite&#8221; and a nice &#8220;/etc/init.d/apache2 restart&#8221;</li>
</ol>
<p>Normally thats all. But it turns out that I had a mistake in my virtual host config file.</p>
<p>It looked like</p>
<pre>    &lt;Directory /var/www/ansi.23-5.eu/&gt;
        Options Indexes FollowSymLinks MultiViews
        AllowOverride none
        Order allow,deny
        allow from all
    &lt;/Directory&gt;</pre>
<p>But with this setting it disables the rewrite for this virtual server. The right config should</p>
<p>look like this:</p>
<pre>    &lt;Directory /var/www/ansi.23-5.eu/&gt;
        Options Indexes FollowSymLinks MultiViews
<strong>        AllowOverride all</strong>
        Order allow,deny
        allow from all
    &lt;/Directory&gt;

With this change and a "/etc/init.d/apache2 restart" everything works fine and I have the nice permalinks.</pre>
<p class="wp-flattr-button"></p> <p><a href="http://ansi.23-5.eu/?flattrss_redirect&amp;id=41&amp;md5=e5ba1f4c5290a36ba1007d0ebec5082d" title="Flattr" target="_blank"><img src="http://ansi.23-5.eu/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://ansi.23-5.eu/2011/12/29/apache-rewrite-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

