windows 开启apache Mod_rewrite重写模块
作者:小鱼的互联网观察 发布时间:July 14, 2009 分类:互联网观察
开启Mod_rewrite模块
Apache2\conf\httpd.conf
修改LoadModule rewrite_module modules/mod_rewrite.so
去掉前面的#
替换AllowOverride None 为AllowOverride All
Apache2\conf\httpd.conf 文件最后添加
RewriteEngine On
RewriteRule ^(.*)-htm-(.*)$ $1.php?$2
重启apache
不需要 .htaccess文件