File: 0001-Fix-rewrite-base.patch

package info (click to toggle)
php-horde 5.2.13%2Bdebian0-1%2Bdeb9u2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 12,652 kB
  • sloc: php: 11,153; xml: 6,751; javascript: 5,560; sh: 92; makefile: 33; sql: 1
file content (18 lines) | stat: -rw-r--r-- 518 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
From: Mathieu Parent <math.parent@gmail.com>
Date: Thu, 18 Jun 2015 16:45:00 +0200
Subject: Fix rewrite base

---
 horde-5.2.13/.htaccess | 1 +
 1 file changed, 1 insertion(+)

--- a/horde-5.2.13/.htaccess
+++ b/horde-5.2.13/.htaccess
@@ -10,6 +10,7 @@
 
 <IfModule mod_rewrite.c>
     RewriteEngine On
+    RewriteBase /horde
     RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
     RewriteRule .* - [env=REDIRECT_HTTP_AUTHORIZATION:%{HTTP:Authorization}]
     RewriteCond   %{REQUEST_FILENAME}  !-d