<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.xmbforum2.com/index.php?action=history&amp;feed=atom&amp;title=Status_Code_406_Not_Acceptable</id>
	<title>Status Code 406 Not Acceptable - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://docs.xmbforum2.com/index.php?action=history&amp;feed=atom&amp;title=Status_Code_406_Not_Acceptable"/>
	<link rel="alternate" type="text/html" href="https://docs.xmbforum2.com/index.php?title=Status_Code_406_Not_Acceptable&amp;action=history"/>
	<updated>2026-08-06T01:31:16Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://docs.xmbforum2.com/index.php?title=Status_Code_406_Not_Acceptable&amp;diff=123&amp;oldid=prev</id>
		<title>Miqrogroove: Created page with &quot;Very rare types of web browsers may transmit legitimate requests for XMB pages that are incompatible with certain Apache configurations.  The server responds un-cooperatively...&quot;</title>
		<link rel="alternate" type="text/html" href="https://docs.xmbforum2.com/index.php?title=Status_Code_406_Not_Acceptable&amp;diff=123&amp;oldid=prev"/>
		<updated>2017-12-27T00:38:41Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Very rare types of web browsers may transmit legitimate requests for XMB pages that are incompatible with certain Apache configurations.  The server responds un-cooperatively...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Very rare types of web browsers may transmit legitimate requests for XMB pages that are incompatible with certain Apache configurations.&lt;br /&gt;
&lt;br /&gt;
The server responds un-cooperatively whenever the forum&amp;#039;s front page is requested, like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;HTTP/1.1 406 Not Acceptable&lt;br /&gt;
Alternates: {&amp;quot;index.php&amp;quot; 1 {type application/x-httpd-php}}&lt;br /&gt;
Vary: negotiate&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since XMB does not rely on ~MultiViews, one workaround is to disable it by adding these directives to the forum&amp;#039;s .htaccess file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Options -MultiViews -Indexes&lt;br /&gt;
RewriteEngine On&lt;br /&gt;
RewriteBase /&lt;br /&gt;
RewriteRule ^$ index.php [L]&lt;br /&gt;
RewriteRule ^files/ files.php [L]&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note the ~RewriteBase parameter is the path portion of your forum&amp;#039;s URL, which might be / or /forums/ including the trailing slash.&lt;/div&gt;</summary>
		<author><name>Miqrogroove</name></author>
	</entry>
</feed>