vinkla / wordplate

A boilerplate for WordPress, built with Composer and designed with sensible defaults.
2.11k stars 155 forks source link

Multisite network with no input specified #269

Closed mehdirochdi closed 3 years ago

mehdirochdi commented 3 years ago

I activated multisite network in wordplate

`define('WP_ALLOW_MULTISITE', env('WP_ALLOW_MULTISITE', true));

define('MULTISITE', true); define('SUBDOMAIN_INSTALL', false); define('DOMAIN_CURRENT_SITE', 'wordplate.test'); define('PATH_CURRENT_SITE', '/'); define('SITE_ID_CURRENT_SITE', 1); define('BLOG_ID_CURRENT_SITE', 1);` but i can access to network to manage all my websites i get no input file specified

vinkla commented 3 years ago

This is most likely not an issue with WordPlate. It is probably due to your web server config.

https://stackoverflow.com/a/14578219

https://stackoverflow.com/a/6280481

https://wordpress.stackexchange.com/questions/127849/no-input-file-specified-after-enabling-multi-site#comment180502_127849

mehdirochdi commented 3 years ago

This is most likely not an issue with WordPlate. It is probably due to your web server config.

https://stackoverflow.com/a/14578219

https://stackoverflow.com/a/6280481

https://wordpress.stackexchange.com/questions/127849/no-input-file-specified-after-enabling-multi-site#comment180502_127849

I use laravel homestead, so i think problem with nginx