Kris Sinnaeve
Kris Sinnaeve
When one updates a link with an ampersand in its name, updating fails with an 500 error: ``` Uncaught TypeError: in_array(): Argument #2 ($haystack) must be of type array, null...
The topic _Removing files download permissions check_ in the _Chamilo Optimization Guide_ (`/documentation/optimization.html` if not deleted after installation) suggests to introduce the following rewrite rule: > `RewriteRule ^courses/([^/]+)/document/(.*([\.js|\.css|\.png|\.jpg|\.jpeg|\.gif|\.mp4|\.webm|\.avi|\.mpeg|\.mp3|\.wav|\.ogg]))$ app/courses/$1/document/$2 [QSA,L]`...