Re: WordPress multisite with root url as Laravel application

2018-08-17 Thread Danila Vershinin
Hi, Why not just create 2 server blocks, one for root domain and the other for WP multisite subdomains? As in: server { server_name example.com www.example.com ; … Laravel directives go here } server { server_name *.example.com

WordPress multisite with root url as Laravel application

2018-08-17 Thread conquistadorjd
I am running a wordpress multisite website with subdomain option. example.me is my main website https://one.example.me, https://two.example.me/two etc are the network websites. Now I am planning to have a small laravel application accessible at example.me. I tried using different combination but n