Kaynağa Gözat

【Del】删除非必要提交文件

huanglei 3 ay önce
ebeveyn
işleme
81b1f0ef1d
5 değiştirilmiş dosya ile 0 ekleme ve 14 silme
  1. 0 5
      .htaccess
  2. 0 0
      nginx.htaccess
  3. 0 0
      public/.htaccess
  4. 0 4
      public/desktop.ini
  5. 0 5
      public/nginx.htaccess

+ 0 - 5
.htaccess

@@ -1,5 +0,0 @@
-location / {
-    if (!-e $request_filename){
-    rewrite ^/(.*)$ /index.php/$1 last;
-    }
-}

+ 0 - 0
nginx.htaccess


+ 0 - 0
public/.htaccess


+ 0 - 4
public/desktop.ini

@@ -1,4 +0,0 @@
-[ViewState]
-Mode=
-Vid=
-FolderType=Generic

+ 0 - 5
public/nginx.htaccess

@@ -1,5 +0,0 @@
-location / {
-if (!-e $request_filename){
-rewrite ^/(.*)$ /index.php/$1 last;
-}
-}