Skip to content
Snippets Groups Projects
Commit e8fe52ea authored by Ghislain Loas's avatar Ghislain Loas
Browse files

hotline #46673 add mp4 and webm to rewrite rules

parent 23f9a73a
Branches
Tags
4 merge requests!1797Master,!1746Master,!1745Hotline master,!1737Hotline#46673 add mp4 webm to htacess
......@@ -3,7 +3,7 @@ RewriteEngine on
RewriteCond %{REQUEST_URI} !/(xhprof_html|ckeditor|exploit|\.well-known)
RewriteCond %{REQUEST_FILENAME} !^.*/robots\.txt$ [NC]
RewriteRule !(userfiles|public|tmp|temp|skins)/.*\.(js|ico|txt|gif|jpg|jpeg|png|css|xml|swf|mov|pdf|doc|docx|woff|eot|svg|ttf|xls|wsdl|mp3|m4v|ogg|ogv|epub|html|xhtml|asmx|zip|sql|bro|flv)$ index.php [NC,NE]
RewriteRule !(userfiles|public|tmp|temp|skins)/.*\.(js|ico|txt|gif|jpg|jpeg|png|css|xml|swf|mov|pdf|doc|docx|woff|eot|svg|ttf|xls|wsdl|mp3|m4v|ogg|ogv|epub|html|xhtml|asmx|zip|sql|bro|flv|mp4|webm)$ index.php [NC,NE]
AddType application/x-javascript .js
AddType text/css .css
......
- ticket #46673 : Gestion de formats vidéo pour player HTML5 et vidéos en local
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment