# yii2-blog
**Repository Path**: zcc521123/yii2-blog
## Basic Information
- **Project Name**: yii2-blog
- **Description**: 用小项目练习理解yii2的组件功能和了解其优势
- **Primary Language**: PHP
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2017-02-10
- **Last Updated**: 2021-06-20
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
127.0.0.1 www.redis2.net后台
127.0.0.1 www.redis.net前台
apache
DocumentRoot "D:\phpStudy\WWW\blog\frontend\web"
ServerName www.redis.net
ServerAlias redis.net
Options FollowSymLinks ExecCGI
AllowOverride All
Order allow,deny
Allow from all
Require all granted
DocumentRoot "D:\phpStudy\WWW\blog\backend\web"
ServerName www.redis2.net
ServerAlias redis2.net
Options FollowSymLinks ExecCGI
AllowOverride All
Order allow,deny
Allow from all
Require all granted