系统运维
隐藏 WordPress 在 head 和 feed 以及 js、css 涉及的版本号
在当前主题的 functions.php 中添加以下代码: // 同时删除 head 和 feed 阅读更多…
系统运维
CentOS 6.8 配置 LNMP(Linux+Nginx+PHP5+MySQL)
1、使用 yum 直接安装 Nginx [root@hexingxing ~]# yum insta 阅读更多…
系统运维
Nginx 301 永久跳转和 URL 重写(用于域名更换和 http 跳转 https)
# 域名 301 永久跳转 (www to none-www or non-www to www), 阅读更多…
系统运维
CentOS 6.8 配置 LAMP(Linux+Apache+PHP+MySQL)环境
前期准备 1、配置防火墙,开启 80 端口、3306 端口 [root@hexingxing ~]# 阅读更多…