.htaccess
来自「Easy_Buy是一个在线销售系统」· HTACCESS 代码 · 共 15 行
HTACCESS
15 行
# $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 + =
减小字号Ctrl + -
显示快捷键?