さくらVPSでtenancyをテストするために、お名前.comで取得したドメインを設定していきます。
$ sudo vi /etc/httpd/conf.d/custom.conf
DocumentRoot "/var/www/html/tenancy-demo/public" # .htaccess 有効化 <Directory /var/www/html/tenancy-demo/public> Options Indexes FollowSymLinks MultiViews AllowOverride All Order allow,deny allow from all Require all granted </Directory>
$ service httpd restart