<?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>Fragov Blog &#187; bloging</title>
	<atom:link href="http://fragov.com/blog/category/bloging/feed/" rel="self" type="application/rss+xml" />
	<link>http://fragov.com/blog</link>
	<description>About my life, programming, freelancing</description>
	<lastBuildDate>Wed, 14 Dec 2011 20:36:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>.htaccess file for Permalinks then WordPress located in sub-directory</title>
		<link>http://fragov.com/blog/2009/05/13/htaccess-file-for-permalinks-then-wordpress-located-in-sub-directory/</link>
		<comments>http://fragov.com/blog/2009/05/13/htaccess-file-for-permalinks-then-wordpress-located-in-sub-directory/#comments</comments>
		<pubDate>Wed, 13 May 2009 03:56:28 +0000</pubDate>
		<dc:creator>fragov</dc:creator>
				<category><![CDATA[bloging]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[permalinks]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://fragov.com/blog/?p=15</guid>
		<description><![CDATA[I&#8217;ve had some problems with installing WordPress to sub-directory, as I found out later &#8211; &#8216;cos my inattention. First you have to check General Settings &#62; WordPress address (URL) &#38; General Settings &#62; Blog address (URL), then set Permalinks and upload next .htaccess file to sub-directory where WordPress located: &#60;IfModule mod_rewrite.c&#62; RewriteEngine On RewriteBase /blog/ [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had some problems with installing WordPress to sub-directory, as I found out later &#8211; &#8216;cos my inattention.<br />
<span id="more-15"></span><br />
First you have to check <em>General Settings &gt; WordPress address (URL)</em> &amp; <em>General Settings &gt; Blog address (URL)</em>, then set Permalinks and upload next .htaccess file to sub-directory where WordPress located:</p>
<pre name="code" class="python">
&lt;IfModule mod_rewrite.c&gt;
RewriteEngine On
RewriteBase /blog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
&lt;/IfModule&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://fragov.com/blog/2009/05/13/htaccess-file-for-permalinks-then-wordpress-located-in-sub-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
