<?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>repats blog &#187; htaccess wordpress chmod</title>
	<atom:link href="http://repat.de/tag/htaccess-wordpress-chmod/feed/" rel="self" type="application/rss+xml" />
	<link>http://repat.de</link>
	<description>Thoughts of a digital native</description>
	<lastBuildDate>Fri, 18 May 2012 00:04:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Wordpess Permalinks Weiterleitung Error mit .htaccess</title>
		<link>http://repat.de/2009/07/wordpess-permalinks-weiterleitung-error-mit-htaccess/</link>
		<comments>http://repat.de/2009/07/wordpess-permalinks-weiterleitung-error-mit-htaccess/#comments</comments>
		<pubDate>Sat, 18 Jul 2009 07:04:29 +0000</pubDate>
		<dc:creator>repat</dc:creator>
				<category><![CDATA[Passwd]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[htaccess chmod wordpress permalink error]]></category>
		<category><![CDATA[htaccess permalink error]]></category>
		<category><![CDATA[htaccess wordpress chmod]]></category>

		<guid isPermaLink="false">http://repat.de/?p=217</guid>
		<description><![CDATA[Als ich letztens meine Permalinks umstellen wollte, bekam ich immer denselben Fehler. Jedes mal, wenn entweder ich manuell die .htaccess geändert habe oder wordpress automatisch die Datei geschrieben hab, bekam ich einen Zugriffsfehler und musste über FTP die htaccess überschreiben. Hat sich herausgestellt, in die .htaccess musste noch "Options +FollowSymlinks" hinzugefügt werden. Nun sieht sie [...]]]></description>
			<content:encoded><![CDATA[<p>Als ich letztens meine Permalinks umstellen wollte, bekam ich immer denselben Fehler. Jedes mal, wenn entweder ich manuell die .htaccess geändert habe oder wordpress automatisch die Datei geschrieben hab, bekam ich einen Zugriffsfehler und musste über FTP die htaccess überschreiben.</p>
<p>Hat sich herausgestellt, in die .htaccess musste noch "<em>Options +FollowSymlinks</em>" hinzugefügt werden. Nun sieht sie also so aus:</p>
<pre>&lt;IfModule mod_rewrite.c&gt;
Options +FollowSymlinks
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
&lt;/IfModule&gt;</pre>
<p>Danke <a href="http://www.saltylemon.de/">Nils</a>, für den Tip.</p>
 <p><a href="http://repat.de/?flattrss_redirect&amp;id=217&amp;md5=56ec499e40480a242946c9daff991fed" title="Flattr" target="_blank"><img src="http://repat.de/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://repat.de/2009/07/wordpess-permalinks-weiterleitung-error-mit-htaccess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="https://flattr.com/submit/auto?user_id=repat&amp;popout=1&amp;url=http%3A%2F%2Frepat.de%2F2009%2F07%2Fwordpess-permalinks-weiterleitung-error-mit-htaccess%2F&amp;language=de_DE&amp;category=text&amp;title=Wordpess+Permalinks+Weiterleitung+Error+mit+.htaccess&amp;description=Als+ich+letztens+meine+Permalinks+umstellen+wollte%2C+bekam+ich+immer+denselben+Fehler.+Jedes+mal%2C+wenn+entweder+ich+manuell+die+.htaccess+ge%C3%A4ndert+habe+oder+wordpress+automatisch+die+Datei+geschrieben+hab%2C+bekam...&amp;tags=htaccess+chmod+wordpress+permalink+error%2Chtaccess+permalink+error%2Chtaccess+wordpress+chmod%2Cblog" type="text/html" />
	</item>
	</channel>
</rss>

