Explorar el Código

新增Apache伪静态配置文件

UnknownO hace 3 años
padre
commit
3973e09f51
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      .htaccess

+ 6 - 0
.htaccess

@@ -0,0 +1,6 @@
+<IfModule mod_rewrite.c>
+    RewriteEngine on
+    RewriteCond %{REQUEST_FILENAME} !-d
+    RewriteCond %{REQUEST_FILENAME} !-f
+    RewriteRule (.*) ?uri=/$1
+</IfModule>