Zend FrameWork 2无法加载layout.phtml

i use zendframework2 ,my code is ok locally, but after upload my source code to server and enable mode rewrite on apache and installing requirement with composer and , connecting to database

i got this error on my server

Warning: include(): Failed opening '/home/test/www/module/Application/config/../View/layout/layout.phtml' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /home/test/www/vendor/zendframework/zendframework/library/Zend/View/Renderer/PhpRenderer.php on line 501

what should i do ?

i checked apache modules checked file permissions and everything is ok

Problem is in case-sensitive OS. You should try view instead of View.