Bläddra i källkod

htaccess

master
Florian Eisenmenger 1 år sedan
förälder
incheckning
63348f89b9
1 ändrade filer med 10 tillägg och 0 borttagningar
  1. +10
    -0
      matsen-tool/.htaccess

+ 10
- 0
matsen-tool/.htaccess Visa fil

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

Laddar…
Avbryt
Spara