6 lines
163 B
ApacheConf
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] |