Ver Fonte

还原配置文件

18838166547 há 1 ano atrás
pai
commit
86146ae38f
1 ficheiros alterados com 8 adições e 0 exclusões
  1. 8 0
      public/.htaccess

+ 8 - 0
public/.htaccess

@@ -0,0 +1,8 @@
+<IfModule mod_rewrite.c>
+  Options +FollowSymlinks -Multiviews
+  RewriteEngine On
+
+  RewriteCond %{REQUEST_FILENAME} !-d
+  RewriteCond %{REQUEST_FILENAME} !-f
+  RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1]
+</IfModule>