jun 2 mesi fa
parent
commit
0133784620
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. 5 0
      public/.htaccess

+ 5 - 0
public/.htaccess

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