Skip to content
hahuweb edited this page Jul 12, 2023 · 2 revisions

Welcome to the hahucms wiki!

Installation for Local

  • Unzip the package and move to webserver directory.
  • Create database that you used on Hahu CMS.
  • Open hw-admin/ in your browser. It will take you through the process to set up a config.php file with your database connection details.
  • Once the configuration file is set up, the installer will set up the tables needed for your site.
  • The installer should then send you to the login page.
  • Create admin account done.

Create page

  • Go to pages, Click add new page.
  • Enter page name and click add. If you are having errors when creating page, check that you have granted your PHP file access to write information to the hard drive.

Pages Structures.

For example, those are my pages. Pages

  • about us page
  • contact page
  • header - Contains logo and navigations links
  • Home - Website home page.
  • Footer - Contains social links, addresses, and more.

Select Pages

  • Go to setting pages
  • Under pages click edit, choose your header, home and footer pages.

Connecting Pages

  • For connecting pages edit header page
  • Select one link from navigation link
  • Under link Url, write page.php?name=yourpage
  • For Example page.php?name=about Link
Clone this wiki locally