<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: How to remove index.php from url in magento?	</title>
	<atom:link href="https://www.techawaken.com/remove-index-php-url-magento/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.techawaken.com/remove-index-php-url-magento/</link>
	<description>Techawaken shares articles and experience in PHP, MySql, Magento,Joomla, Wordpress, JQuery, Javascript etc.</description>
	<lastBuildDate>Wed, 17 Aug 2016 11:59:15 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
			<item>
				<title>
				By: Codeeboy				</title>
				<link>https://www.techawaken.com/remove-index-php-url-magento/#comment-114690</link>
		<dc:creator><![CDATA[Codeeboy]]></dc:creator>
		<pubDate>Wed, 17 Aug 2016 11:59:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.techawaken.com/?p=498#comment-114690</guid>
					<description><![CDATA[very useful article thanks lot]]></description>
		<content:encoded><![CDATA[<p>very useful article thanks lot</p>
]]></content:encoded>
						</item>
						<item>
				<title>
				By: AMISH KUMAR AMAN				</title>
				<link>https://www.techawaken.com/remove-index-php-url-magento/#comment-114657</link>
		<dc:creator><![CDATA[AMISH KUMAR AMAN]]></dc:creator>
		<pubDate>Mon, 07 Sep 2015 12:34:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.techawaken.com/?p=498#comment-114657</guid>
					<description><![CDATA[ADD ONLY THIS LINE TO .htacess file to remove index.php from magento url
    
    &lt;strong&gt;RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-l
    RewriteRule .* index.php [L]&lt;/strong&gt;]]></description>
		<content:encoded><![CDATA[<p>ADD ONLY THIS LINE TO .htacess file to remove index.php from magento url</p>
<p>    <strong>RewriteCond %{REQUEST_FILENAME} !-f<br />
    RewriteCond %{REQUEST_FILENAME} !-d<br />
    RewriteCond %{REQUEST_FILENAME} !-l<br />
    RewriteRule .* index.php [L]</strong></p>
]]></content:encoded>
						</item>
			</channel>
</rss>
