Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 873 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 873 Bytes

New Sequence aseqbase website

To create a new 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 /index.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...