Hello I create my vagrant setup by link. And server is up i can manage to go my example.com/web/app_dev.php/controller/... and its works all well when i comment in my app_dev.php
// header('HTTP/1.0 403 Forbidden');
//exit('You are not allowed to access this file. Check '.basename(__FILE__).' for more information.');
but when i want to go site example.com/web/controller/.... its display blank 404 error what might be the problem ? I do not use 127.0.0.1 insted of i use deflaut from setup 192.168.56.101
network:
private_network: 192.168.56.101
forwarded_port:
9DcLNVHGAeca:
host: '8889'
guest: '22'
What can i do to solve this ?