Selaa lähdekoodia

htaccess

master
Florian Eisenmenger 1 vuosi sitten
vanhempi
commit
63348f89b9
1 muutettua tiedostoa jossa 10 lisäystä ja 0 poistoa
  1. +10
    -0
      matsen-tool/.htaccess

+ 10
- 0
matsen-tool/.htaccess Näytä tiedosto

@@ -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>

Ladataan…
Peruuta
Tallenna