This commit is contained in:
2026-04-13 02:13:31 +02:00
parent 408376b828
commit 721e5b3cfc
-7
View File
@@ -1,7 +0,0 @@
RewriteEngine On
# Si on demande la racine, on envoie vers public/
RewriteRule ^$ public/ [L]
# Si on demande un fichier qui n'existe pas, on cherche dans public/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ public/$1 [L]