当前位置:首页 > 搜索和 s 相关的文章

Apache服务器gz格式Sitemap乱码问题

添加日期:2013-11-26 20:35:44 发布:smiling 
这是我人在使用Magento站点debug Sitemap错误的问题时碰到的一个问题,该站点的代码完全正常,把生成的xml文件直接var_dump出来,并且放到本地,完全无错。通过FTP下载到本地也能够打开。...

安装Apache(Nginx)+MySQL+PHP的正确顺序

添加日期:2013-11-25 22:36:33 发布:smiling 
安装Apache(Nginx)+MySQL+PHP的正确顺序是什么?相信刚接触LAMP安装配置的朋友心里都有这个疑问,正确的顺序应该是:LMPA(MySQL、PHP、Apache)。...

.htaccess的基本作用及相关语法介绍

添加日期:2013-11-25 22:26:55 发布:smiling 
htaccess主要的作用有:URL重写、自定义错误页面、MIME类型配置以及访问权限控制等。主要体现在伪静态的应用、图片防盗链、自定义404错误页面、阻止 允许特定IP IP段、目录浏览与主页。...

Apache开启伪静态详解(linux/windows)

添加日期:2013-11-25 22:22:36 发布:smiling 
windows 开启伪静态在conf目录下httpd conf中找到LoadModulerewrite_modulemodules mod_rewrite so这句,去掉前边的注释符号 。找到 Allo ...

apache 80端口被iis占用如何解决

添加日期:2013-11-25 22:13:49 发布:smiling 
如果你服务器上有两服务器环境的话我们主会出现80端口只能给一个软件使用了,现在我apache和iis我要给apache使用80,iis使用其它的了,以下介绍解决办法。...

apahce错误提示the requested operation has failed

添加日期:2013-11-25 21:36:14 发布:smiling 
今天在修改了httpd conf文件配置之后启动apache时提示the requested operation has failed 错误,无法正常启动apache了,后来百度了一下,以下是方法的参考。...

Apache .htaccess文件功能用法介绍

添加日期:2013-11-25 21:28:42 发布:smiling 
htaccess文件是apache环境中的一个重的功能了,特别是针对有很多空间的服务器,是必须让每个空间可以自定义 htaccess文件的一些功能的,以下介绍 htaccess的使用方法。...

apache启动错误提示:httpd: Could not reliably determine the server

添加日期:2013-11-25 21:10:51 发布:smiling 
可能有些朋友会碰到在apache启动错误提示:httpd: Could not reliably determine the server 这个问题,其实解决办法很简单。...

Apache错误提示:Invalid command ScriptAlias

添加日期:2013-11-24 23:26:38 发布:smiling 
Syntax error on line 16 of etc apache2 sites-enabled project: Invalid command ScriptAlias , perhaps misspelled or defined by a module not included in the server configuration Action configtest failed ...

Apache提示[notice] Disabled use of AcceptEx() WinSock2 API

添加日期:2013-11-24 23:15:14 发布:smiling 
今天发现自己的apache占了100% cpu后百度了解决Disabled use of AcceptEx() WinSock2 API AcceptEx错误的解决办法:...

Apache启用Mod Rewrite和.htaccess方法

添加日期:2013-11-24 23:10:54 发布:smiling 
Apache环境默认是不是支持Mod Rewrite和 htaccess的,如果你想让你的主机支持Mod Rewrite和 htaccess功能的话我们需要自行修改一了 ...

php使用zlib压缩和解压缩文件(swf)

添加日期:2013-11-24 22:58:06 发布:smiling 
本文章利用一个实例来介绍php中的zlib进行文件的压缩和解压缩,在我们使用zlip功能之前我们需要进行如下操作,否则就没能往下看了,首先在PHP ini里面设置:...