[教程]让Apache支持url_rewrite伪静态的方法
2010年1月6日星期三 | | |[教程]让Apache支持url_rewrite伪静态的方法
修改Apache的配置文件httpd.conf,去掉#LoadModule rewrite_module modules/mod_rewrite.so 这句的前面的"#"号,找到AllowOverride设置为All,然后再重新启动Apache就可以了。
有好几个找到和下面代码类似的那个
< /IfModule >
#
# "D:\usr\local\Apache2\cgi-bin" should be changed to whatever your ScriptAliased
# CGI directory exists, if you have that configured.
#
< Directory "D:\usr\local\Apache2\cgi-bin" >
AllowOverride All
Options None
Order allow,deny
Allow from all
< /Directory >
我的QQ空间
redlinux kernel 如何重启apach
用ssh 连接后.登陆,执行命令如下:service httpd restart/start/s...