= 2.4>
Require all granted
Order allow,deny
Allow from all
FileETag None
Header unset ETag
# Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate"
# Header set Pragma "no-cache"
# Header set Expires "Wed, 11 Jan 1984 05:00:00 GMT"
Header set Content-type "application/xml; charset=utf-8"
Header set Cache-Control "no-cache"
Header set X-Content-Type-Options "nosniff"
Header unset X-Powered-By
#RewriteEngine Off
# ! No more RewriteEngine cause apache version <= 2.4
#RewriteEngine On
#RewriteBase /connect
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteRule ^(.+)/(.+)$ index.php?id=$1&token=$2
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteRule ^(.+)$ request.php?id=$1
# Autoriser ce genre de directives dans le vhost:
#
# AllowOverride FileInfo
#
#AddHandler application/x-httpd-php .xsl
# ou, selon ton environnement :
AddType application/x-httpd-php .xsl
#AddHandler application/x-httpd-php .xml
# ou, selon ton environnement :
AddType application/x-httpd-php .xml
#AddHandler application/x-httpd-php .css
# ou, selon ton environnement :
AddType application/x-httpd-php .css
#AddHandler application/x-httpd-php .js
# ou, selon ton environnement :
AddType application/x-httpd-php .js