Apache如何开启Mod_rewrite模块以及PHPWind伪静态(全伪)
Apache如何开启Mod_rewrite模块以及PHPWind伪静态(全伪)
日期:2022-04-11 17:11:45 人气:1
一 开启Mod_rewrite模块
打开Apache2\conf\httpd.conf
搜索 LoadModule rewrite_module modules/mod_rewrite.so (Apache2是这个)
去掉前面的#
搜索AllowOverride None 替换为 AllowOverride All
有好几个找到和下面代码类似的那个
</IfModule## &quo