| | 10 | |
| | 11 | == Websites == |
| | 12 | |
| | 13 | See WordPress. |
| | 14 | |
| | 15 | == SFTP Access == |
| | 16 | |
| | 17 | When a new WordPress site is added to the server a email is sent containing the SFTP username and password. The directory structure that you see when you login is as follows: |
| | 18 | |
| | 19 | {{{ |
| | 20 | /home/username |
| | 21 | /logs <- access and error logs, rotated daily, kept for 28 days |
| | 22 | /private <- a place to keep private data, for example .htpasswd files |
| | 23 | /sites |
| | 24 | /default <- the DocumentRoot for the default site |
| | 25 | (additional sites can be added) |
| | 26 | }}} |
| | 27 | |
| | 28 | == PhpMyadmin Access == |
| | 29 | |
| | 30 | |
| | 31 | |