Chinaunix首页 | 论坛 | 博客
  • 博客访问: 4565
  • 博文数量: 3
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 20
  • 用 户 组: 普通用户
  • 注册时间: 2014-11-22 11:10
文章分类
文章存档

2014年(3)

我的朋友
最近访客

发布时间:2014-11-25 10:31:30

服务器经常php报错内存耗尽解决方案......【阅读全文】

阅读(525) | 评论(0) | 转发(0)

发布时间:2014-11-25 10:29:59

程序安全设置:隐藏PHP版本以及PHP基本安全设置......【阅读全文】

阅读(355) | 评论(0) | 转发(0)

发布时间:2014-11-22 11:45:06

WordPress伪静态

if (-f $request_filename/index.html){
rewrite (.*) $1/index.html break;
}
if (-f $request_filename/index.php){
rewrite (.*) $1/index.php;
}
if (!-f $request_filename){
rewrite (.*) /index.php;
}......【阅读全文】

阅读(713) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册