Fix course upload files redirection.

1.10.x
Julio Montoya 10 years ago
parent 3b9936065b
commit 353cd9b19c
  1. 3
      .htaccess

@ -29,3 +29,6 @@ RewriteRule ^courses/([^/]+)/document/(.*)$ main/document/download.php?doc_url=/
# Rewrite everything in the work folder
RewriteRule ^courses/([^/]+)/work/(.*)$ main/work/download.php?file=work/$2&cDir=$1 [QSA,L]
# Course upload files
RewriteRule ^courses/([^/]+)/upload/(.*)$ app/courses/$1/upload/$2 [QSA,L]

Loading…
Cancel
Save