当前位置:首页 > 搜索和 s 相关的文章
-
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里面设置:...
-
.htaccess的基本用法与介绍
添加日期:2013-11-24 22:51:41 发布:smiling
htaccess是apache服务器专用的工具,在网站开发中,是使用频率比较高的,下面我们来看一下 htaccess的基本用法与介绍。一、修改Apache配置 ...
-
Apache支持.htaccess配置方法
添加日期:2013-11-24 22:41:01 发布:smiling
现在大多数站长都是空间,为了让空间用户也可以使用为静态,301,404这类的东西,我们只要把apache的 htaccess开启即可了。...
-
Apache出现You dont have permission to access / on this server解决方法
添加日期:2013-11-24 22:33:20 发布:smiling
由于对环境不了解在配置好环境之后Apache出现You don’t have permission to access on this server 提示,解决办法:把 Deny from all 中的 Deny 改成了Allow, 或者干脆去掉 Deny from all,即可。...
精彩文章
- ·PHP使用互斥锁确保代码的线程安全的操作示例(2025-11-16)
- ·PHP中使用反射获取类的所有方法(2025-11-16)
- ·PHP实现页面跳转的三种方式(2025-11-16)
- ·PHP如何优化冗余代码(2025-11-16)
- ·PHP防止Shell命令注入的有效方法(2025-11-16)
- ·PHP中防SQL注入的主要方法(2025-11-16)
- ·PHP如何抛出和接收错误的详细指南(2025-11-16)
- ·PHP实现页面跳转的多种方法(2025-11-16)
- ·phpStudy在运行PHP文件时出现中文乱码的有效解决方法(2025-11-16)
- ·向PHP传入参数的三种方法(2025-11-15)