jun 2 hónapja
szülő
commit
0133784620
1 módosított fájl, 5 hozzáadás és 0 törlés
  1. 5 0
      public/.htaccess

+ 5 - 0
public/.htaccess

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