To create a new subdomain, with all accessibility and equipment, for an aseqbase website...
- Install all dependencies
- Copy and replace all files and folders to the home directory (public_html) of the website
- Copy and replace all files and folders to your subdomain directory (public_html/[my-subdomain-name]/)
- 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 - Use it through its special link (http://[my-domain-name].com or http://[my-subdomain-name].[my-domain-name].com)
- Enjoy...