hrjy il y a 3 ans
Parent
commit
b8fc513724
2 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5 0
      nginx.htaccess
  2. 0 0
      public/install/install.lock

+ 5 - 0
nginx.htaccess

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

+ 0 - 0
public/install/install.lock