You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. change the <strong>common/config/bootstrap.php</strong> file as https://github.com/streetcoder/yii2-initial-config/blob/master/common/config/bootstrap.php
7
7
8
+
<h3>Step - 2: Create .htaccess file in root</h3>
9
+
1. Create <strong>.htaccess</strong> in root and write on it as https://github.com/streetcoder/yii2-initial-config/blob/master/.htaccess
10
+
11
+
<h3>Step - 3: Modify config file in admin (backend) folder</h3>
12
+
1. Change the file <strong>/admin/config/main.php</strong> as https://github.com/streetcoder/yii2-initial-config/blob/master/admin/config/main.php
13
+
14
+
<h3>Step - 4: Modify config file in frontend folder</h3>
15
+
1. Change the file <strong>/frontend/config/main.php</strong> as https://github.com/streetcoder/yii2-initial-config/blob/master/frontend/config/main.php
16
+
17
+
<h3>Step - 5: Create .htaccess file in frontend/web/ and backend/web/</h3>
18
+
1. put this file: https://github.com/streetcoder/yii2-initial-config/blob/master/frontend/web/.htaccess in <strong>/frontend/web</strong> and <strong>backend/web</strong> directory
0 commit comments