Explorar el Código

htaccess

master
Florian Eisenmenger hace 1 año
padre
commit
63348f89b9
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  1. +10
    -0
      matsen-tool/.htaccess

+ 10
- 0
matsen-tool/.htaccess Ver fichero

@@ -0,0 +1,10 @@
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /

# Falls die Datei/Verzeichnis nicht existiert,
# leite alle Anfragen zur index.html um
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^ index.html [L]
</IfModule>

Cargando…
Cancelar
Guardar