<?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>Linux Servers cPanel webhosting blog &#187; Options FollowSymLinks or SymLinksIfOwnerMatch</title>
	<atom:link href="http://www.theperfectarts.com/tag/options-followsymlinks-or-symlinksifownermatch/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theperfectarts.com</link>
	<description>Basics cPanel tutorials / issue,mysql,php errors etc</description>
	<lastBuildDate>Thu, 02 Sep 2010 11:15:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Options FollowSymLinks or SymLinksIfOwnerMatch forbidden error?</title>
		<link>http://www.theperfectarts.com/2009/10/options-followsymlinks-or-symlinksifownermatch-forbidden-error/</link>
		<comments>http://www.theperfectarts.com/2009/10/options-followsymlinks-or-symlinksifownermatch-forbidden-error/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 05:00:26 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[Linux Administrator Interview Questions]]></category>
		<category><![CDATA[Server Security]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cPanel + cPanel scripts]]></category>
		<category><![CDATA[FollowSymLinks]]></category>
		<category><![CDATA[htaccess + FollowSymLinks]]></category>
		<category><![CDATA[Options FollowSymLinks or SymLinksIfOwnerMatch]]></category>
		<category><![CDATA[Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies that RewriteRule directive is forbidden]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=358</guid>
		<description><![CDATA[If you receive following error message after browsing the domain/website [Sat Oct 31 04:28:39 2009] [error] [client x.x.x.x] Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies that RewriteRule directive is forbidden: /home/xxx/public_html/xxx/403.shtml [Sat Oct 31 04:29:47 2009] [error] [client x.x.x.x] Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies that RewriteRule directive is forbidden: /home/xxx/public_html/xxx.co.uk/Bracelets/Stencil-Heart-Bracelet.html To [...]]]></description>
			<content:encoded><![CDATA[<p>If you receive following error message after browsing the domain/website</p>
<p>[Sat Oct 31 04:28:39 2009] [error] [client x.x.x.x] Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies that RewriteRule directive is forbidden: /home/xxx/public_html/xxx/403.shtml<br />
[Sat Oct 31 04:29:47 2009] [error] [client x.x.x.x] Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies that RewriteRule directive is forbidden: /home/xxx/public_html/xxx.co.uk/Bracelets/Stencil-Heart-Bracelet.html</p>
<p>To avoid above error you can add following codes in .htaccess file.</p>
<p>root@gunjan[#]vi .htaccess</p>
<pre>RewriteEngine On
<pre>Options +FollowSymLinks
:wq!</pre>
</pre>
<p>&copy;2010 <a href="http://www.theperfectarts.com">Linux Servers cPanel webhosting blog</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.theperfectarts.com/2009/10/options-followsymlinks-or-symlinksifownermatch-forbidden-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
