wampserver 安装 配置 使用 和wolfcms 的安装 配置 使用

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了wampserver 安装 配置 使用 和wolfcms 的安装 配置 使用相关的知识,希望对你有一定的参考价值。

wampserver3.0.6 的下载安装:

wampserver3.0.6 下载地址:http://www.wampserver.com/en/

安装时要注意 自己电脑有没有安装 visual c++ 2012 下载地址:https://www.microsoft.com/zh-CN/download/details.aspx?id=30679

wampserver3.0.6 修改目录:

1.配置目录:C:\\wamp64\\bin\\apache\\apache2.4.23\\conf

编辑httpd.conf文件 修改:

DocumentRoot "C:/xxxx/workspace/xxx/"
<Directory "C:/xxxx/workspace/xxx/">

2.配置目录:C:\\wamp64\\bin\\apache\\apache2.4.23\\conf\\extra

编辑httpd-vhosts.conf文件 修改:

DocumentRoot C:/xxxx/workspace/xxx/
<Directory "C:/xxxx/workspace/xxx/">

3.配置目录:C:\\wamp64\\scripts

编辑 config.inc.php 文件 修改:

$wwwDir = ‘C:/xxxx/workspace/xxx‘;

 

wolfcms的安装和使用

wolfcms下载地址:http://www.wolfcms.org/  

或者直接把自己的项目拷贝下来。

wolfcms依赖:php5,apache,mysql

配置目录:项目的根目录:config.php

技术分享

 




以上是关于wampserver 安装 配置 使用 和wolfcms 的安装 配置 使用的主要内容,如果未能解决你的问题,请参考以下文章

wampserver配置服务

如何安装wampserver来配置php环境

wampserver外网ip不能直接访问?

wampserver的安装及使用配置方法

WampServer 安装使用详解

wampserver的使用配置