Skip to content

Commit 62bd961

Browse files
author
S.Sivachidambaram
committed
Fixes #1332: ics URL format updated in apache .htaccess file
1 parent 3cec6c9 commit 62bd961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.htaccess

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Options -Indexes
88
RewriteCond %{REQUEST_FILENAME} !-d
99
RewriteCond %{REQUEST_FILENAME} !-f
1010
RewriteRule ^client/img/([a-zA-Z_]*)/([a-zA-Z_]*)/([a-zA-Z0-9_\.]*)$ server/php/image.php?size=$1&model=$2&filename=$3 [L]
11-
RewriteRule ^ical/([0-9]*)/([a-zA-Z0-9]*).ics$ server/php/ical.php?id=$1&hash=$2 [L]
11+
RewriteRule ^ical/([0-9]*)/([0-9]*)/([a-zA-Z0-9]*).ics$ server/php/ical.php?id=$1&user_id=$2&hash=$2 [L]
1212
RewriteRule ^download/([0-9]*)/([a-zA-Z0-9_\.]*)$ server/php/download.php?id=$1&hash=$2 [QSA,L]
1313
RewriteRule ^oauth_callback/([a-zA-Z0-9_\.]*)/([a-zA-Z0-9_\.]*)$ server/php/oauth_callback.php?plugin=$1&code=$2 [L]
1414
RewriteRule ^oauth/authorize$ server/php/authorize.php [QSA,L]

0 commit comments

Comments
 (0)