Commit 4529fb29 by Sujith Kumar

df

parent 3cd1786b
......@@ -5,9 +5,9 @@
#proj#1 START
<VirtualHost *:80>
DocumentRoot "E:\php\yii\proj#1\backend\web"
DocumentRoot "/home/d4/yii/proj1/backend/web"
ServerName admin.proj1.yii
<Directory "E:\php\yii\proj#1\backend\web">
<Directory "/home/d4/yii/proj1/backend/web">
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Require all granted
......@@ -17,9 +17,9 @@ DocumentRoot "E:\php\yii\proj#1\backend\web"
</VirtualHost>
<VirtualHost *:80>
DocumentRoot "E:\php\yii\proj#1\storage\web"
DocumentRoot "/home/d4/yii/proj1/storage/web"
ServerName storage.proj1.yii
<Directory "E:\php\yii\proj#1\storage\web">
<Directory "/home/d4/yii/proj1/storage/web">
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Require all granted
......@@ -29,9 +29,9 @@ DocumentRoot "E:\php\yii\proj#1\storage\web"
</VirtualHost>
<VirtualHost *:80>
DocumentRoot "E:\php\yii\proj#1\frontend\web"
DocumentRoot "/home/d4/yii/proj1/frontend/web"
ServerName proj1.yii
<Directory "E:\php\yii\proj#1\frontend\web">
<Directory "/home/d4/yii/proj1/frontend/web">
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Require all granted
......
File mode changed from 100644 to 100755
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment