10 2013 档案

摘要:模板中用得是短标签,没加php,在php.ini中,把 open_short_tag = On ; 打开即可!浪费一上午的时间 阅读全文
posted @ 2013-10-16 13:31 flex_fly 阅读(205) 评论(0) 推荐(0)
摘要:http://zhidao.baidu.com/question/200406861.html(转)#anon-access = readanon-access = none #把read改成none,保存即可 查看日志 阅读全文
posted @ 2013-10-12 17:46 flex_fly 阅读(419) 评论(0) 推荐(0)
摘要:#img.test.com/img1 实际访问的路径是 http://127.0.0.1:123/a1#img.test.com/img2 实际访问的路径是 http://127.0.0.1:123/a2 location / { proxy_set_header Host img.test.com; rewrite img1/(.+)$ /a1/$1 break; rewrite img2/(.+)$ /a2/$1 break; prox... 阅读全文
posted @ 2013-10-11 12:09 flex_fly 阅读(12744) 评论(0) 推荐(0)