<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://briansnelson.com/index.php?action=history&amp;feed=atom&amp;title=Enable_Apache_rewrite_logging</id>
		<title>Enable Apache rewrite logging - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://briansnelson.com/index.php?action=history&amp;feed=atom&amp;title=Enable_Apache_rewrite_logging"/>
		<link rel="alternate" type="text/html" href="https://briansnelson.com/index.php?title=Enable_Apache_rewrite_logging&amp;action=history"/>
		<updated>2026-06-04T06:19:28Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.24.1</generator>

	<entry>
		<id>https://briansnelson.com/index.php?title=Enable_Apache_rewrite_logging&amp;diff=918&amp;oldid=prev</id>
		<title>Brian: Created page with &quot;==Enable Apache rewrite logging==  Found this out to be handy when trying to determine if a rewrite is php or apache  One trick is to turn on the rewrite log. To turn it on,tr...&quot;</title>
		<link rel="alternate" type="text/html" href="https://briansnelson.com/index.php?title=Enable_Apache_rewrite_logging&amp;diff=918&amp;oldid=prev"/>
				<updated>2018-03-21T12:55:26Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;==Enable Apache rewrite logging==  Found this out to be handy when trying to determine if a rewrite is php or apache  One trick is to turn on the rewrite log. To turn it on,tr...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Enable Apache rewrite logging==&lt;br /&gt;
&lt;br /&gt;
Found this out to be handy when trying to determine if a rewrite is php or apache&lt;br /&gt;
&lt;br /&gt;
One trick is to turn on the rewrite log. To turn it on,try these lines in your apache main config or current virtual host file (not in .htaccess):&lt;br /&gt;
&lt;br /&gt;
 RewriteEngine On&lt;br /&gt;
 RewriteLog &amp;quot;/var/log/apache2/rewrite.log&amp;quot;&lt;br /&gt;
 RewriteLogLevel 3&lt;br /&gt;
&lt;br /&gt;
Since Apache httpd 2.4 mod_rewrite RewriteLog and RewriteLogLevel directives has been completely replaced by the new per-module logging configuration.&lt;br /&gt;
&lt;br /&gt;
 LogLevel alert rewrite:trace6&lt;br /&gt;
&lt;br /&gt;
Happy rewrite hunting!!!&lt;/div&gt;</summary>
		<author><name>Brian</name></author>	</entry>

	</feed>