Browse Source

test

master
liangshitang 5 years ago
parent
commit
ebf12b791a
  1. 3
      .gitignore
  2. 7
      .htaccess

3
.gitignore

@ -0,0 +1,3 @@
# Compiled Object files, Static and Dynamic libs (Shared Objects)
.idea
composer.lock

7
.htaccess

@ -0,0 +1,7 @@
<IfModule mod_rewrite.c>
Options +FollowSymlinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} / [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ /public/index.php/$1 [QSA,PT,L]
</IfModule>
Loading…
Cancel
Save