最新赞助活动温馨提示:自愿赞助服务器费用,学生和没有工作的整站资源免费下载!
头像

WindowsServer2003_x86安装wampserver2.2e-php5.4.3-httpd2.2.22-mysql5.5.24-32b.exe支持Oracle数据库

来源:http://www.erdangjiade.com/topic/158.html 沐浴春风 2017-01-09 18:40浏览(171)

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版本以上才支持这些命令

评论0
头像

友情提示:垃圾评论一律封号 加我微信:826096331拉你进VIP群学习群

1 2