Php 重写错误APACHE(WIN)

Php 重写错误APACHE(WIN),php,apache,.htaccess,rewrite,wamp,Php,Apache,.htaccess,Rewrite,Wamp,我最近不得不在我的开发计算机上重新安装我的操作系统,在重新安装WAMP和我的数据库等之后,我现在得到一个500错误 日志: [Wed Aug 14 02:40:02.317999 2013] [core:alert] [pid 3864:tid 856] [client ::1:58187] C:/wamp/www/MonsterFleaMarket/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined

我最近不得不在我的开发计算机上重新安装我的操作系统,在重新安装WAMP和我的数据库等之后,我现在得到一个500错误

日志:

[Wed Aug 14 02:40:02.317999 2013] [core:alert] [pid 3864:tid 856] [client ::1:58187] C:/wamp/www/MonsterFleaMarket/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration, referer: http://localhost/
我的访问权限:

ErrorDocument 404 /404.php
Options +FollowSymLinks -MultiViews
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+?)$ /MonsterFleaMarket/user_home.php?domain=$1 [L,QSA]

请帮忙!这在重新安装之前工作正常。我能做什么?

在您的
httpd.conf


它通常只是在新安装时被注释掉。

httpd.conf(Apache/conf)
中启用此模块,并取消对
LoadModule rewrite\u module modules/mod\u rewrite的注释。因此,
,啊,别忘了重新启动。。。