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

dev #73871 add xsl file to htaccess

parent d8daa69c
5 merge requests!2660Master,!2616Dev#73871 minsoc xlst etape 2 association fichier xslt,!2601Dev#73871 minsoc xlst etape 2 association fichier xslt,!2597Dev#73871 minsoc xlst etape 2 association fichier xslt,!2589Dev#73871 minsoc xlst etape 2 association fichier xslt
Pipeline #3854 passed with stage
in 32 minutes and 17 seconds
......@@ -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|woff2|eot|svg|ttf|xls|wsdl|mp3|m4v|ogg|ogv|epub|html|xhtml|asmx|zip|sql|bro|flv|mp4|webm|tgz|json|geojson)$ 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|woff2|eot|svg|ttf|xls|wsdl|mp3|m4v|ogg|ogv|epub|html|xhtml|asmx|zip|sql|bro|flv|mp4|webm|tgz|json|geojson|xsl)$ index.php [NC,NE]
AddType application/x-javascript .js
AddType text/css .css
......
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