Personal my client has a reseller plan in Locaweb where he has a main site and inside this key has the subsites that are generated dynamically and do not have folders in the hosting. I need to redirect the domains of his clients to this sub-site of the main host without losing the original URL how can I do this? Ex.
Primary URL: www.siteprincipal.com.br
Url sub-site: www.siteprincipal.com.br/cliente1
Client url1: www.cliente1.com.br
I need to redirect Url from Client1 to Url sub-site but keep the URL of CLIENT1 in the address bar.
His site was made in Laravel 5.1 with hospdagem Linux and PHP 5.6
Thank you