Skip to content

MiMFa aseqbase - single v1.0.0

Compare
Choose a tag to compare
@mimfa mimfa released this 13 Mar 19:26

Single page aseqbase website

To create a single page website or subdomain, with all accessibility and equipment, for an aseqbase website...

Dependencies

Installations

  1. Install all dependencies

To make the Main Domain of aseqbase website

  1. Copy and replace all files and folders to the home directory (public_html) of the website

To make the Sub Domain of aseqbase website

  1. Copy and replace all files and folders to your subdomain directory (public_html/[my-subdomain-name]/)
  2. Change the value of $GLOBALS["ASEQ"] located on /initialize.php, to the current subdomains sequence (like [my-subdomain-name]) or if this file is in the root address, leave null for that
  3. Use it through its special link (http://[my-domain-name].com or http://[my-subdomain-name].[my-domain-name].com)
  4. Enjoy...