Skip to content

SiteGround.com

Thipok Cholsaipant edited this page Jul 2, 2020 · 15 revisions

Head over to ua.siteground.com access cPanel. Note: this account is also hosting teachingresource.aiga.org

🚩 DNS - Domain Name Systems

Even though we are using CloudFlare as DNS services, SiteGround's server still need to know which folder/process should they point the subdomain to.

Siteground DNS UI

  1. Use Subdomains in cPanel to create and point to folder
  2. Go to CloudFlare DNS and add a CNAME record with your subdomain and point it to uwdesignshow.com.

.htaccess files inside folders tells the server where to direct the traffic to. 🚨 Avoid editing this file, as it may take down the website entirely. This file is used to redirect all uwdesingshow.com to the public_html/craft/web folder, where Craft CMS will serve page dynamically. Other files under public_html/craft/web is serve statically or without Craft CMS.

🗂 Folder Structure

public_html
|-- uwdesignshow.com       👻     placeholder folder for domain, do not delete
|-- teachingresource.aiga.org       👩‍🏫     Anabelle's teachingresource.aiga.org
|-- craft
|    |-- web       🏠     www.uwdesignshow.com lands here
|    |    |-- uploads       📸     uploaded files used for page generation
|    |    |        |-- asterisks     used in 2018 website
|    |    |        |-- images     project images
|    |    |        |-- student-photos     student portraits
|    |    |        `-- student-videos     student hover videos
|    |    `-- resources       🗄     static files for templates
|    |            |-- uw2018
|    |            |-- uw2019
|    |            `-- uw2020
|    `-- template       📝     twig templates used for page generation
|            |-- uw2018
|            |-- uw2019
|            `-- uw2020
|-- 2020       👻     placeholder folder for subdomains, do not delete
|-- 2019
|-- 2018
|-- 2017
|-- 2016
|-- 2015
|-- 2014
|-- 2013
|-- 2012
|-- 2011
|-- 2010
|-- 2009
|-- 2008
|-- 2007
`-- 2006

🗄 Databases

🐬 MySQL
uwdesi46_2012 - 2012 Design Show
uwdesi46_uwdesignshow_craft - Craft CMS
uwdesi46_wp461 - Aiga

Clone this wiki locally