.htaccess

来自「WEBGAME源码,有架设说明,只是非常简单」· HTACCESS 代码 · 共 9 行

HTACCESS
9
字号
# This file provides security to the server limiting acces to the localhost only

Order Deny,Allow
Deny from all
Allow from 127.0.0.1

# To allow execution of cgi scripts in these directory uncomment next two lines
#AddHandler cgi-script .bat .exe .pl .cgi
#Options +ExecCGI

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?