Files
portfoli-ulleres/.htaccess
T
2026-04-30 20:20:19 +02:00

6 lines
163 B
ApacheConf

RewriteEngine On
# Redirigir a index si no existeix el fitxer
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^ index.html [L]