Florian Eisenmenger před 1 rokem
rodič
revize
63348f89b9
1 změnil soubory, kde provedl 10 přidání a 0 odebrání
  1. +10
    -0
      matsen-tool/.htaccess

+ 10
- 0
matsen-tool/.htaccess Zobrazit soubor

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

Načítá se…
Zrušit
Uložit