<?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>ImproveSeo.info &#187; Joomla</title>
	<atom:link href="http://www.improveseo.info/category/joomla/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.improveseo.info</link>
	<description>(Not) Just Another SEO Blog</description>
	<lastBuildDate>Tue, 19 Jan 2010 15:50:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to install sh404SEF module in Joomla</title>
		<link>http://www.improveseo.info/how-to-install-sh404sef-module-in-joomla/</link>
		<comments>http://www.improveseo.info/how-to-install-sh404sef-module-in-joomla/#comments</comments>
		<pubDate>Sat, 09 Feb 2008 18:29:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Seo]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[SEF]]></category>

		<guid isPermaLink="false">http://improveseo.info/?p=3</guid>
		<description><![CDATA[I just installed a SEF component on one of my sites. I&#8217;ve downloaded sh404SEF from Joomla Extensions Site and installed to seoimproved.com. I couldn&#8217;t succeed installing it from the first time, so i had to investigate a few minutes on web.
Here are the steps to follow:
1. Install the  sh404SEF as a module extension from [...]]]></description>
			<content:encoded><![CDATA[<p>I just installed a SEF component on one of my sites. I&#8217;ve downloaded <a href="http://extensions.joomla.org/component/option,com_mtree/task,viewlink/link_id,2380/Itemid,35/" title="Joomla Extensions Site">sh404SEF</a> from Joomla Extensions Site and installed to <a href="http://www.seoimproved.com/" title="seoimproved.com">seoimproved.com</a>. I couldn&#8217;t succeed installing it from the first time, so i had to investigate a few minutes on web.</p>
<p>Here are the steps to follow:</p>
<p>1. Install the  sh404SEF as a module extension from the administrator area.</p>
<p>2. Activate the Search Engine Friendly URLs from the Site &gt; Global Configuration menu item:</p>
<p><a href="http://improveseo.info/wp-content/uploads/2008/02/sh404sef-tutorial1.jpg" title="sh404SEF-tutorial1"><img src="http://improveseo.info/wp-content/uploads/2008/02/sh404sef-tutorial1.jpg" alt="sh404SEF-tutorial1" /><span id="more-3"></span></a></p>
<p><a href="http://improveseo.info/wp-content/uploads/2008/02/sh404sef-tutorial2.jpg" title="sh404SEF-tutorial2"><img src="http://improveseo.info/wp-content/uploads/2008/02/sh404sef-tutorial2.jpg" alt="sh404SEF-tutorial2" /></a></p>
<p>3. Activate the Plugin from the Administration area.</p>
<p>4. Goto  		sh404SEF Configuration (Components &gt;  		sh404SEF) and set &#8220;Rewriting mode&#8221; to &#8220;with .htaccess(mod_rewrite)&#8221;:</p>
<p><img src="http://www.improveseo.info/wp-content/uploads/2008/03/sh404sef-configuration.jpg" alt="sh404SEF Configuration" /></p>
<p>5. Rename the htaccess.txt to .htaccess and uncomment the RewriteBase line and the third section and comment the default Joomla Core SEF Section:</p>
<p>#  Uncomment following line if your webserver&#8217;s URL<br />
#  is not directly related to physical file paths.<br />
#  Update Your Joomla!/MamboDirectory (just / for root)</p>
<p><font color="#ff0000">RewriteBase /</font></p>
<p>########## Begin &#8211; Joomla! core SEF Section<br />
############# Use this section if using ONLY Joomla! core SEF<br />
## ALL (RewriteCond) lines in this section are only required if you actually<br />
## have directories named &#8216;content&#8217; or &#8216;component&#8217; on your server<br />
## If you do not have directories with these names, comment them out.<br />
#<br />
<font color="#ff0000">#RewriteCond %{REQUEST_FILENAME} !-f<br />
#RewriteCond %{REQUEST_FILENAME} !-d<br />
#RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR]         ##optional &#8211; see notes##<br />
#RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$  [NC]<br />
#RewriteRule ^(content/|component/) index.php</font><br />
#<br />
########## End &#8211; Joomla! core SEF Section</p>
<p>########## Begin &#8211; 3rd Party SEF Section<br />
############# Use this section if you are using a 3rd party (Non Joomla! core) SEF extension &#8211; e.g. OpenSEF, 404_SEF, 404SEFx, SEF Advance, etc<br />
#<br />
<font color="#ff0000">RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR]         ##optional &#8211; see notes##<br />
RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$  [NC]<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule (.*) index.php</font><br />
#<br />
########## End &#8211; 3rd Party SEF Section</p>
<p>Download from <a href="http://improveseo.info/wp-content/uploads/2008/02/.htaccess" title=".htaccess">here</a> a .htaccess file which is already configured to support sh404SEF.</p>
<p>See also: <a href="http://www.dart-creations.com/joomla/tutorials/seo/sef-for-joomla.html">http://www.dart-creations.com/&#8230;/sef-for-joomla.html</a></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://www.improveseo.info/wordpress-7-seo-improvements/" title="Wordpress &#8211; 7 Seo Improvements">Wordpress &#8211; 7 Seo Improvements</a> (3)</li><li><a href="http://www.improveseo.info/google-pagerank-changes-will-generate-a-webquake/" title="Google PageRank Changes Will Generate A Webquake?">Google PageRank Changes Will Generate A Webquake?</a> (0)</li><li><a href="http://www.improveseo.info/whats-the-difference-between-artificial-and-organic-links/" title="What&#8217;s the difference between artificial and organic links?">What&#8217;s the difference between artificial and organic links?</a> (0)</li><li><a href="http://www.improveseo.info/seo-blackhole/" title="SEO Blackhole">SEO Blackhole</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.improveseo.info/how-to-install-sh404sef-module-in-joomla/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>
