* Modify .htaccess to prohibit directory browsing.

This commit is contained in:
Yagami
2019-10-15 14:16:02 +08:00
parent fbae55624b
commit 63cd3978ea
+2
View File
@@ -1,5 +1,7 @@
Options +FollowSymLinks +SymLinksIfOwnerMatch
#Prohibit directory browsing
Options -Indexes
# framework router settings.
<IfModule mod_rewrite.c>
RewriteEngine On