| Current Path : /home/happyrenas/myreco.online/ |
Linux webd005.cluster105.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 |
| Current File : /home/happyrenas/myreco.online/.htaccess |
Options -Indexes
RewriteEngine On
# Rediriger de HTTP vers HTTPS
RewriteCond %{HTTPS} off
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
# Assurer que toutes les requĂȘtes utilisent www.
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^ https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
RewriteRule ^etablissement_(.*)/$ fiche.php?token=$1 [QSA,L]
RewriteRule ^etablissement_(.*)$ fiche.php?token=$1 [QSA,L]
RewriteOptions inherit
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^qrcode_([^/_]+)(?:_([^/]+))?$ qrcode.php?token=$1&langue=$2 [L]