
php
lfs1103
这个作者很懒,什么都没留下…
展开
-
php环境搭建(转载)
http://blog.youkuaiyun.com/rainysia/article/details/6740875#1536434-tsina-1-80464-66a1f5d8f89e9ad52626f6f40fdeadaa原创 2015-11-02 10:45:40 · 90 阅读 · 0 评论 -
Php2.4更改根目录失败办法
Php2.4更改根目录失败办法还要修改Apache24\conf\extra\httpd-vhosts.conf#DocumentRoot "${SRVROOT}/htdocs"DocumentRoot "d:/www"#ServerName www.example.com:80原创 2015-11-02 10:51:43 · 161 阅读 · 0 评论 -
Apache开启伪静态
Apache开启伪静态#LoadModule rewrite_module modules/mod_rewrite.so把前面#去掉。没有则添加,但必选独占一行,使apache支持 mod_rewrite 模块找到 # # Possible values for the Options directive are "None", "All", # ...原创 2015-11-02 10:52:41 · 325 阅读 · 0 评论 -
织梦自动跳转到手机页面
织梦自动跳转到手机页面首页uaredirect("http://m.XXX.com/");内页uaredirect("http://m.XXXXX.com{dede:type}[field:typelink /]{/dede:type}");原创 2015-11-02 10:55:51 · 279 阅读 · 0 评论 -
非ece文件安装和删除apache服务
apache安装 "D:\Develop\php\Apache22\bin\httpd.exe" -k install -n apache(服务名称)apache启动,可以看报错 httpd.exe -w -n "Apache" -k startapache删除 在CMD命令窗口,输入如下(建议先停止服务再删除):sc delete apacheapache是Apache服务器的...原创 2016-01-13 11:18:08 · 122 阅读 · 0 评论