📄 .htaccess
字号:
# $Id: .htaccess 2996 2006-02-09 00:42:17Z drbyte $
#
# This is used with Apache WebServers
# The following blocks direct HTTP requests in this directory recursively
#
# This does not affect PHP include/require functions
#
# Example: direct access to http://server/admin/includes/application_top.php will not work with the following installed
<Files *.php>
Order Deny,Allow
Deny from all
Allow from localhost
</Files>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -