Files
UTEC-Master_M2I_2025-2026/cyberDay/crackthehash/dev/build/.htaccess
T
Guillaume-Sanchez 0aa817abf0 Initial commit
2026-05-06 16:45:30 +02:00

11 lines
253 B
ApacheConf

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.html$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule . /index.html [L]
</IfModule>