librefm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Librefm-commits] [1406] Add 'Options -MultiViews' because the interacti


From: Toby Inkster
Subject: [Librefm-commits] [1406] Add 'Options -MultiViews' because the interaction between Apache' s MultiViews feature and our rewrites can break things on servers which have it enabled by default .
Date: Fri, 08 May 2009 10:19:44 +0000

Revision: 1406
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1406
Author:   tobyink
Date:     2009-05-08 10:19:43 +0000 (Fri, 08 May 2009)
Log Message:
-----------
Add 'Options -MultiViews' because the interaction between Apache's MultiViews 
feature and our rewrites can break things on servers which have it enabled by 
default.

Modified Paths:
--------------
    trunk/nixtape/.htaccess

Modified: trunk/nixtape/.htaccess
===================================================================
--- trunk/nixtape/.htaccess     2009-05-08 10:10:41 UTC (rev 1405)
+++ trunk/nixtape/.htaccess     2009-05-08 10:19:43 UTC (rev 1406)
@@ -1,4 +1,4 @@
-Options +FollowSymLinks
+Options +FollowSymLinks -MultiViews
 RewriteEngine on
 
 RewriteRule ^user/([^/]+)/?$                                   
user-profile.php?user=$1                [B,NC]





reply via email to

[Prev in Thread] Current Thread [Next in Thread]