Skip to content

Commit

Permalink
Fixes #1332: ics URL format updated in apache .htaccess file
Browse files Browse the repository at this point in the history
  • Loading branch information
S.Sivachidambaram committed Jan 16, 2018
1 parent 3cec6c9 commit 62bd961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Options -Indexes
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^client/img/([a-zA-Z_]*)/([a-zA-Z_]*)/([a-zA-Z0-9_\.]*)$ server/php/image.php?size=$1&model=$2&filename=$3 [L]
RewriteRule ^ical/([0-9]*)/([a-zA-Z0-9]*).ics$ server/php/ical.php?id=$1&hash=$2 [L]
RewriteRule ^ical/([0-9]*)/([0-9]*)/([a-zA-Z0-9]*).ics$ server/php/ical.php?id=$1&user_id=$2&hash=$2 [L]
RewriteRule ^download/([0-9]*)/([a-zA-Z0-9_\.]*)$ server/php/download.php?id=$1&hash=$2 [QSA,L]
RewriteRule ^oauth_callback/([a-zA-Z0-9_\.]*)/([a-zA-Z0-9_\.]*)$ server/php/oauth_callback.php?plugin=$1&code=$2 [L]
RewriteRule ^oauth/authorize$ server/php/authorize.php [QSA,L]
Expand Down

0 comments on commit 62bd961

Please sign in to comment.