Skip to content
Snippets Groups Projects
Commit 4202fb00 authored by llaffont's avatar llaffont
Browse files

possibilité d'ajouter des fichiers .ogg dans userfiles

parent 316598f2
Branches
Tags
No related merge requests found
RewriteEngine on
RewriteRule !(userfiles|public|tmp|temp)/.*\.(js|ico|txt|gif|jpg|jpeg|png|css|xml|swf|mov|pdf|doc|docx|woff|eot|svg|ttf|xls|wsdl|mp3|m4v)$ index.php [NC,NE]
RewriteRule !(userfiles|public|tmp|temp)/.*\.(js|ico|txt|gif|jpg|jpeg|png|css|xml|swf|mov|pdf|doc|docx|woff|eot|svg|ttf|xls|wsdl|mp3|m4v|ogg)$ index.php [NC,NE]
php_flag magic_quotes_gpc off
php_flag register_globals off
......
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