To whom it may concern,
I use Mecury vps service, mine vps133, there are multiple plans, just curious to know that does my plan support free multiple sub domains? I am learning to install Wordpress like below. if yes, I need subdomain wordpress.vps133...... for learning option 2 .
option 1: using exist domain
1.1 install in subfolder var/www/html/wordpress
, normal access point to http://my domain/wordpress
/var/www/html/wordpress -> http://vps133.heliohost.us/wordpress
1.2 install in subfolder var/www/wordpress
, use Symbolic Link method point /var/www/wordpress to /var/www/html/wordpress for access http://my domain/wordpress
/var/www/wordpress -> http://vps133.heliohost.us/wordpress
1.3 install in subfolder var/www/wordpress
, use Apache Alias method set DocumentRoot /var/www/html Alias /wordpress to folder /var/www/wordpress for access http://my domain/wordpress
alias /..html/wordpress-> /var/www/wordpress -> http://vps133.heliohost.us/wordpress
option 2: using sub domain
learning for installation to subdomain, need free subdomain e.g. wordpress.vps133......
2.1 install in subfolder var/www/wordpress , use Apache Alias method point ServerName: subdomain to document root : /var/www/wordpress for access http://subdomian
/var/www/wordpress -> http://wordpress.vps133.heliohost.us/