Skip to content
Snippets Groups Projects
Commit 1ad60df6 authored by Luc DEUFFIC's avatar Luc DEUFFIC
Browse files

(LDE) Ajout des extensions ZIP et SQL pour pouvoir mettre des scripts sur le...

(LDE) Ajout des extensions ZIP et SQL pour pouvoir mettre des scripts sur le site d'AFI a l'attention des clients
parent e4d4f3db
Branches
Tags
3 merge requests!715Master,!628Master,!612Master
RewriteEngine on
RewriteCond %{REQUEST_URI} !/(xhprof_html|ckeditor)
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)$ 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)$ index.php [NC,NE]
AddType application/x-javascript .js
......
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