<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://deltanine.net/mw/index.php?action=history&amp;feed=atom&amp;title=Mod_rewrite</id>
	<title>Mod rewrite - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://deltanine.net/mw/index.php?action=history&amp;feed=atom&amp;title=Mod_rewrite"/>
	<link rel="alternate" type="text/html" href="https://deltanine.net/mw/index.php?title=Mod_rewrite&amp;action=history"/>
	<updated>2026-07-27T04:05:26Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.32.1</generator>
	<entry>
		<id>https://deltanine.net/mw/index.php?title=Mod_rewrite&amp;diff=655&amp;oldid=prev</id>
		<title>Chris: 1 revision</title>
		<link rel="alternate" type="text/html" href="https://deltanine.net/mw/index.php?title=Mod_rewrite&amp;diff=655&amp;oldid=prev"/>
		<updated>2013-07-25T08:08:12Z</updated>

		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 08:08, 25 July 2013&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Chris</name></author>
		
	</entry>
	<entry>
		<id>https://deltanine.net/mw/index.php?title=Mod_rewrite&amp;diff=654&amp;oldid=prev</id>
		<title>10.1.1.1: Created page with &quot;==Enabling the module==  In order to enable the mod_rewrite module in the Ubuntu server issue the following command: &lt;pre&gt; sudo a2enmod rewrite &lt;/pre&gt; The above Apache2 Enable Mo…&quot;</title>
		<link rel="alternate" type="text/html" href="https://deltanine.net/mw/index.php?title=Mod_rewrite&amp;diff=654&amp;oldid=prev"/>
		<updated>2012-02-28T01:19:29Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;==Enabling the module==  In order to enable the mod_rewrite module in the Ubuntu server issue the following command: &amp;lt;pre&amp;gt; sudo a2enmod rewrite &amp;lt;/pre&amp;gt; The above Apache2 Enable Mo…&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Enabling the module==&lt;br /&gt;
&lt;br /&gt;
In order to enable the mod_rewrite module in the Ubuntu server issue the following command:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo a2enmod rewrite&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The above Apache2 Enable Module command will add the correct line in the /etc/apache2/apache2.conf file. That is the only change you need to make with the apache2.conf file. Now it’s time to make a change to the document root.&lt;br /&gt;
&lt;br /&gt;
In older versions of Apache all virtual host directory directives were managed in the /etc/apache2/apache2.conf file. This has changed. Now these alterations are handled within the /etc/apache2/sites-enabled/ directory. Within that directory you will find, by default, a single file called 000-default. If you open that file up for editing you will see, at the top, the two sections you need to edit in order to enable the rewrite engine for the document root of your Apache server.&lt;br /&gt;
&lt;br /&gt;
First look in the &amp;lt;Directory /&amp;gt; section and change the line:&lt;br /&gt;
&lt;br /&gt;
AllowOverride None&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
AllowOverride All&lt;br /&gt;
&lt;br /&gt;
Do the same for the &amp;lt;Directory /var/www/&amp;gt; section.&lt;br /&gt;
&lt;br /&gt;
Once you have the file edited, restart Apache with the command:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo /etc/init.d/apache2 restart&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>10.1.1.1</name></author>
		
	</entry>
</feed>