<?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>Lost within &#187; apache</title>
	<atom:link href="http://lostwithin.net/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostwithin.net</link>
	<description>Alaa Abdelhaq Blog</description>
	<lastBuildDate>Mon, 20 Feb 2012 11:14:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Ubuntu &#8211; Enable mod_rewrite in Apache server</title>
		<link>http://lostwithin.net/ubuntu-enable-mod_rewrite-in-apache-server/</link>
		<comments>http://lostwithin.net/ubuntu-enable-mod_rewrite-in-apache-server/#comments</comments>
		<pubDate>Sun, 17 Aug 2008 07:59:58 +0000</pubDate>
		<dc:creator>Alaa Abdelhaq</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[mode rewrite]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://lostwithin.net/?p=20</guid>
		<description><![CDATA[At first I should define, what is mod_rewrite? mod_rewrite is a part of Apache server that can rewrite requested urls on the fly. To enable mod_rewrite in Ubuntu, you just need to write this command in terminal sudo a2enmod rewrite]]></description>
			<content:encoded><![CDATA[<p>At first I should define, what is mod_rewrite?<br />
mod_rewrite is a part of Apache server that can rewrite requested urls on the fly.</p>
<p>To enable mod_rewrite in Ubuntu, you just need to write this command in terminal</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> a2enmod rewrite</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://lostwithin.net/ubuntu-enable-mod_rewrite-in-apache-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

