瀏覽代碼

htaccess

master
Florian Eisenmenger 1 年之前
父節點
當前提交
63348f89b9
共有 1 個檔案被更改,包括 10 行新增0 行删除
  1. +10
    -0
      matsen-tool/.htaccess

+ 10
- 0
matsen-tool/.htaccess 查看文件

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

Loading…
取消
儲存