189 8069 5689

kurogo搭建出现问题整理

英语水平有限啊,溜鸡500+还是不够的。

昆山网站制作公司哪家好,找创新互联建站!从网页设计、网站建设、微信开发、APP开发、成都响应式网站建设等网站项目制作,到程序开发,运营维护。创新互联建站从2013年开始到现在10年的时间,我们拥有了丰富的建站经验和运维经验,来保证我们的工作的顺利进行。专注于网站建设就选创新互联建站

Download the Kurogo-Mobile-Web zip archive. This includes the Kurogo-Mobile-Web core code and an example site

Extract the contents of the archive to a folder accessible by your web server

Set the root of your web server to the Kurogo-Mobile-Web/wwwfolder.

Ensure that .htaccess files are enabled. AllowOverride must be set to at least FileInfo. (MAMP on OS X has this option enabled by default)

1.搭建环境的时候apache的http.conf需要启用虚拟vhost

2.在vhost.conf中需要填写虚拟主机

3.虚拟主机的格式如下


ServerName www.kurogo.com
DocumentRoot "D:GitHub repositoryKurogoKurogo-Mobile-Webwww"
ErrorLog "logs/dummy-host2.example.com-error.log"
CustomLog "logs/dummy-host2.example.com-access.log" common

# Uncomment the line below to move your sites folder to another location
# SetEnv SITES_DIR /path/to/sites

Allow from all
Require all granted
AllowOverride FileInfo

4.需要启用.htaccess文件,在apche的http.conf文件中启用如下几个模块

1 . 如何让的本地APACHE器.htaccess

打开httpd.conf(在那里? APACHE目录的CONF目录里面),用文本编纂器打开后,查找
(1)
Options FollowSymLinks
AllowOverride None

改为
Options FollowSymLinks
AllowOverride All
LoadModule rewrite_module modules/mod_rewrite.so

以上就是在搭建kurogo中出现的问题!妈蛋果断补英语去啊


分享名称:kurogo搭建出现问题整理
分享地址:http://cdxtjz.cn/article/chcdpd.html

其他资讯