首页 / apache

标签为 ‘apache’ 的文章

LAMP安装笔记

2009-10-04 01:00

使用Redhat Advanced Server4 Updata5 32位操作系统

开启iptables并允许SSH和HTTP通信,禁用了SElinux 阅读全文 »

Apache 安装笔记

2009-01-04 00:03

Apache Installation

If Apache is not currently installed, it is a simple process to install it using yum.

Check Apache Install
阅读全文 »

Apache Mod_Rewrite 实例 - 在 httpd 中将一个域名转发到另一个域名

2006-07-11 00:25

站长世界近期更换了域名,新域名为 www.zd6.org, 更加简短好记。这时需要将原来的域名 zz-world.com, 以及论坛所在地址 zz-world.com/forums/ 定向到新的域名,以便用户可以找到,并且使原来的论坛 URL 继续有效而不出现 404 未找到,比如原来的 http://www.zz-world.com/forums/-f60.html, 让它在新的域名下继续有效,点击后转发到 http://bbs.zd6.org/-f60.html, 这就需要用 apache 的 Mod_rewrite 功能来实现。

在< virtualhost> 中添加下面的重定向规则: 阅读全文 »