Website Maintenance

Website Maintenance Instructions

This website is created and maintained using the Kopage tool. To access Kopage,:

  1. Log into dotCanada
  2. Navigate to My Dashboard -> Your Active Products/Services -> Manage
  3. Scroll down to the bottom of the Manage page and click on the One Click Login -> cPanel link to open cPanel
  4. At the top you will see K Website Builder (blue icon) under the Tools heading. Click on this link
  5. Click on View and Manage to start editing
See the images below to help you find the buttons to press.

Best Practices

Please follow these best practices as much as possible to keep the website as easy to maintain and clutter-free as possible.

  1. Put all images/videos/files in a subfolder: When uploading an image to the website, please make sure to create a reasonably descriptive folder name, for example, the subpage name that the photos will be in. This will help keep the data folder clutter free, and will help know what photos can be deleted in the future


Setting Website Icon

To set the icon, you have to create a 32x32 icon, and save it as favicon.ico (can use free GIMP program to export as .ICO) in the root folder. Then in the <head> section of the website, add in the following code:

<link rel="icon" type="image/x-icon" href="/favicon.ico">

The <head> section can be access from the Kopage website editor via Settings -> Website Configuration -> SEO and Meta Tags -> Scroll down to Custom Code </HEAD> textbox where you can add the above HTML.
Search