浏览代码

还原配置文件

18838166547 1 年之前
父节点
当前提交
86146ae38f
共有 1 个文件被更改,包括 8 次插入0 次删除
  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>