<?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.2</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 &#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 [...]]]></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><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fansi.23-5.eu%2F2011%2F12%2F29%2Fapache-rewrite-for-wordpress%2F&amp;title=Problem%20setting%20up%20wordpress%20permalink%20on%20apache" id="wpa2a_2"><img src="http://ansi.23-5.eu/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p><div class="al2fb_like_button"><div id="fb-root"></div><script type="text/javascript">
(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=408907822470017";
  fjs.parentNode.insertBefore(js, fjs);
}(document, "script", "facebook-jssdk"));
</script>
<fb:like href="http://ansi.23-5.eu/2011/12/29/apache-rewrite-for-wordpress/" layout="button_count" show_faces="true" width="450" action="like" font="arial" colorscheme="light" ref="AL2FB"></fb:like></div> <p><a href="http://ansi.23-5.eu/?flattrss_redirect&amp;id=41&amp;md5=e5ba1f4c5290a36ba1007d0ebec5082d" title="Flattr" target="_blank"><img src="https://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>
		<atom:link rel="payment" href="https://flattr.com/submit/auto?user_id=Ansi&amp;popout=1&amp;url=http%3A%2F%2Fansi.23-5.eu%2F2011%2F12%2F29%2Fapache-rewrite-for-wordpress%2F&amp;language=en_GB&amp;category=text&amp;title=Problem+setting+up+wordpress+permalink+on+apache&amp;description=Hi+I+just+tried+to+change+the+permalink+in+wordpress+so+it+looks+nicer+and+the+links+are+more+like+%26%238220%3Bhttp%3A%2F%2Fansi.23-5.eu%2F2011%2F12%2F29%2Fapache-rewrite-for-wordpress%2F%26%238221%3B+instead+of+%26%238220%3Bhttp%3A%2F%2Fansi.23-5.eu%2F%3Fid%3Dblubber%2F%26%238221%3B.+Normally+this+is+done+in+2...&amp;tags=apache%2Cfix%2Cperalink%2Cproblem%2Crewrite%2Cserver%2CUbuntu%2Cwordpress%2Cblog" type="text/html" />
	</item>
	</channel>
</rss>

