<?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>Ecommerce Optimization &#38; Marketing &#187; seo urls</title>
	<atom:link href="http://www.zencartoptimization.com/tag/seo-urls/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zencartoptimization.com</link>
	<description>Practical How To's for Increasing Ecommerce Sales</description>
	<lastBuildDate>Wed, 08 Sep 2010 17:20:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SEO Friendly URLs 403 Access Error</title>
		<link>http://www.zencartoptimization.com/2008/08/28/seo-friendly-urls-403-access-error/</link>
		<comments>http://www.zencartoptimization.com/2008/08/28/seo-friendly-urls-403-access-error/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 18:00:20 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[403 forbidden error]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[seo urls]]></category>

		<guid isPermaLink="false">http://www.zencartoptimization.com/?p=146</guid>
		<description><![CDATA[For those of you using &#8212; or thinking of using &#8212; any form of SEO URLs mod to rewrite the links on your site you may want to be aware of this common error message many have reported getting.
I&#8217;ve run into this myself on a few servers and it made no sense to me as [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-right: 10px; padding-left: 5px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.zencartoptimization.com%2F2008%2F08%2F28%2Fseo-friendly-urls-403-access-error%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.zencartoptimization.com%2F2008%2F08%2F28%2Fseo-friendly-urls-403-access-error%2F" height="61" width="51" /></a></div><p>For those of you using &mdash; or thinking of using &mdash; any form of SEO URLs mod to rewrite the links on your site you may want to be aware of this common error message many have reported getting.</p>
<p>I&#8217;ve run into this myself on a few servers and it made no sense to me as to why I would get it when in other cases the rewriting of URLs worked just fine. </p>
<p>The error more specifically states &#8220;403 Access Forbidden&#8221; and goes on to provide very little detail. There are a number of reasons this can happen some stemming from incorrect configuration of the .htaccess file itself (used to setup the rules and conditions for rewriting.)</p>
<p>If you are sure the .htaccess file is correct and are still getting the error, then go back and first enter ONLY the following in the .htaccess file itself:</p>
<blockquote><p><code>Options +FollowSymLinks<br />
RewriteEngine on<br />
RewriteCond %{HTTP_HOST} ^yourdomain.(.*)<br />
RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [R=301,L]</code></p></blockquote>
<p>Replace &#8220;yourdomain&#8221; with the domain of your site (and don&#8217;t forget the &#8220;.com&#8221; extension. Use the extension your site has.)</p>
<p>Now open up the following url in your browser:<br />
http://yourdomain.com (again replacing &#8220;yourdomain&#8221; with your own personal domain.)</p>
<p>If the server is setup correctly (php configured with mod_rewrite and that is loaded) then you should see the home page of your website BUT in the address bar of the browser you should see the &#8220;www&#8221; form of it.</p>
<p>You entered &#8220;yourdomain.com&#8221; and you should see &#8220;www.yourdomain.com&#8221;.</p>
<p>If this works, then your server is setup correctly and the problem likely resides in either the configuration of your .htaccess file OR as I found, the root directory permissions of your website.</p>
<h3>How to Correct the Error</h3>
<p>Make sure your root directory is set to something that allows &#8220;write&#8221; access (like 755 or something). Keeping your sever as secure as possible yet allowing it to &#8220;write&#8221;. You can change these permissions by using your FTP program to login to your server and then performing a CHMOD command on the root directory (of the site that is.)</p>
<p>Change the root to 755 and then reload your page going through the same steps as above.</p>
<p>If all is working, then your SEO URLs module should also be working now.</p>
<p>Hope this helps anyone banging their head around looking for an answer to why they can&#8217;t get SEO Friendly URLs to work on their server.</p>
<img src="http://www.zencartoptimization.com/?ak_action=api_record_view&id=146&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.zencartoptimization.com/2008/08/28/seo-friendly-urls-403-access-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

