Explorar el Código

新建 .htaccess

聆听 hace 7 años
padre
commit
4f78d58044
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  1. 10 0
      .htaccess

+ 10 - 0
.htaccess

@@ -0,0 +1,10 @@
+RewriteEngine
+on
+
+#不显示index.php
+
+RewriteCond %{REQUEST_FILENAME}
+!-d
+RewriteCond %{REQUEST_FILENAME} !-f
+RewriteRule ^(.*)$ index.php/$1
+[QSA,PT,L]