<?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>Programming Facts &#187; Apache</title>
	<atom:link href="http://www.programmingfacts.com/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.programmingfacts.com</link>
	<description></description>
	<lastBuildDate>Sun, 01 Jan 2012 04:21:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to remove index.php from url using .htaccess (mod_rewrite)</title>
		<link>http://www.programmingfacts.com/how-to-remove-index-php-from-url-using-htaccess-mod_rewrite/</link>
		<comments>http://www.programmingfacts.com/how-to-remove-index-php-from-url-using-htaccess-mod_rewrite/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 07:45:52 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[Helpful Tips and Tricks]]></category>
		<category><![CDATA[.htaccess tricks]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[Redirect 301 using .htaccess]]></category>
		<category><![CDATA[remove index.php]]></category>
		<category><![CDATA[Remove index.php from URL]]></category>
		<category><![CDATA[remove the index.php from web address]]></category>
		<category><![CDATA[RewriteRules]]></category>
		<category><![CDATA[Search Engine Friendly URL]]></category>
		<category><![CDATA[SEO Friendly URL using .htaccess]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=229</guid>
		<description><![CDATA[For better <strong>SEO optimization</strong> and make urls more <strong>search engine friendly</strong> , <strong>remove index.php from URL </strong>and make it easier to read. This can be done by writing only <strong>two lines in your .htaccess</strong>(mod_rewrite in apache) file. <strong>Before writing</strong> this rule in .htaccess , <strong>make sure</strong> that your <strong>mod_rewrite is enabled</strong>(On) in your <strong>apache server</strong>.<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.programmingfacts.com/how-to-remove-index-php-from-url-using-htaccess-mod_rewrite/' addthis:title='How to remove index.php from url using .htaccess (mod_rewrite)' ><a class="addthis_button_twitter"></a><a class="addthis_button_facebook"></a><a class="addthis_button_googlebuzz"></a><a class="addthis_button_digg"></a><a class="addthis_button_stumbleupon"></a><a class="addthis_button_delicious"></a><a class="addthis_button_myspace"></a><a class="addthis_button_linkedin"></a><a class="addthis_button_reddit"></a></div>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/how-to-remove-index-php-from-url-using-htaccess-mod_rewrite/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>How to redirect www to non-www and non-www to www URL using .htaccess redirect(mod_rewrite)</title>
		<link>http://www.programmingfacts.com/how-to-redirect-www-to-non-www-and-non-www-to-www-url-using-htaccess-mod_rewrite/</link>
		<comments>http://www.programmingfacts.com/how-to-redirect-www-to-non-www-and-non-www-to-www-url-using-htaccess-mod_rewrite/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 06:41:48 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[Helpful Tips and Tricks]]></category>
		<category><![CDATA[.htaccess tricks]]></category>
		<category><![CDATA[.htaccess url redirection]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[non-www to www redirect]]></category>
		<category><![CDATA[remove non-www from url]]></category>
		<category><![CDATA[remove www from url]]></category>
		<category><![CDATA[RewriteRules]]></category>
		<category><![CDATA[www to non-www redirect]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=223</guid>
		<description><![CDATA[<strong>Websites</strong> can be access with <strong>www </strong>and <strong>without www</strong> also. Since Search engines consider <strong>http://www.programmingfacts.com</strong> and <strong>http://programmingfacts.com</strong> different websites. It might be a case of <strong>duplicate content. </strong>So you must <strong>stick your domain</strong> name accessible <strong>either </strong>with <strong>www </strong>or <strong>without www</strong>.<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.programmingfacts.com/how-to-redirect-www-to-non-www-and-non-www-to-www-url-using-htaccess-mod_rewrite/' addthis:title='How to redirect www to non-www and non-www to www URL using .htaccess redirect(mod_rewrite)' ><a class="addthis_button_twitter"></a><a class="addthis_button_facebook"></a><a class="addthis_button_googlebuzz"></a><a class="addthis_button_digg"></a><a class="addthis_button_stumbleupon"></a><a class="addthis_button_delicious"></a><a class="addthis_button_myspace"></a><a class="addthis_button_linkedin"></a><a class="addthis_button_reddit"></a></div>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/how-to-redirect-www-to-non-www-and-non-www-to-www-url-using-htaccess-mod_rewrite/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (User agent is rejected)
Database Caching 41/48 queries in 0.109 seconds using disk

Served from: www.programmingfacts.com @ 2012-02-05 12:51:37 -->
