This commit is contained in:
Your Name
2020-06-10 13:23:50 +08:00
parent 1371b0a37a
commit 3d19b6129b
477 changed files with 86 additions and 117 deletions

View File

@ -1,8 +1,4 @@
<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>
<FilesMatch (.*)\.(html|php)$>
order allow,deny
deny from all
</FilesMatch>