Akvicor World 太棒了,我逐渐理解一切

禁止某文件夹内运行PHP脚本、禁止访问文件或目录执行权限的设置方法

Apache禁止某文件夹内运行PHP脚本、禁止访问文件或目录执行权限的设置方法 首先我们来看两段对上传目录设置无权限的列子,配置如下: <Directory "要去掉PHP执行权限的目录路径,如/upload"> ErrorDocument 404 /404/404.html Err

Akvicor 发布于 2019-09-29

ADB Commands

What Is ADB Android Debug Bridge (adb) is a command line tool that lets you communicate with an emulator or connected Android device. You can find the

Akvicor 发布于 2019-04-28

Apache 添加重定向

给使用Appache网站添加重定向 在网站根目录下建立.htaccess文件 开启rewrite RewriteEngine On 默认跳转https RewriteCond %{SERVER_PORT} !^443$ RewriteRule ^(.*)?$ https://%{SERVER_NAM

Akvicor 发布于 2019-02-11
上一页 下一页