12003server 安装wamp缺少msvcr100.dll
解决:网上下载:https://www.microsoft.com/en-us/download/confirmation.aspx?id=8328
(注意:要用英语的,中文的包错误)
2/ WAMP开启rewrite 去 vhost注释
3/配置vhost代码如下:
<VirtualHost *:80>
<Directory "C:/wamp/www/test/">
Options FollowSymLinks
AllowOverride All
Order allow,deny
allow from all
Require all granted
</Directory>
ServerAdmin 826096331@qq.com
DocumentRoot "C:/wamp/www/test/"
ServerName www.xwz.com
DirectoryIndex index.php index.html
ServerAlias xwz.com
ErrorLog "logs/test.bin-error_log"
CustomLog "logs/test.bin-access_log" common
</VirtualHost>
保错误 500 要取出 红色部分,因为只有在2.4版本以上才支持这些命令
友情提示:垃圾评论一律封号 加我微信:826096331拉你进VIP群学习群