Переглянути джерело

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

huanglei 3 місяців тому
батько
коміт
81b1f0ef1d
5 змінених файлів з 0 додано та 14 видалено
  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;
-}
-}