| ... | @@ -64,4 +64,11 @@ Add `vhost` directory directive in `/etc/httpd/conf.d/staging.digitec.io.conf`. | 
... | @@ -64,4 +64,11 @@ Add `vhost` directory directive in `/etc/httpd/conf.d/staging.digitec.io.conf`. | 
| 
 | 
2. Navigate to the `/etc/httpd/secure/staging.digitec.io/` directory.
 | 
 | 
2. Navigate to the `/etc/httpd/secure/staging.digitec.io/` directory.
 | 
| 
 | 
3. Create the `{org}.htpasswd` file.
 | 
 | 
3. Create the `{org}.htpasswd` file.
 | 
| 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
(The password entry is usually `user: org, password: 101`)
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
```bash
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
htpasswd -c {org}.htpasswd {org}
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
```
 | 
| 
 | 
 | 
 | 
 |