Browse Source

public/.htaccess

jun 2 months ago
parent
commit
0133784620
1 changed files with 5 additions and 0 deletions
  1. 5 0
      public/.htaccess

+ 5 - 0
public/.htaccess

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