I moved app.php from web directory to root and i change the following two lines:
$loader = require_once __DIR__.'/app/bootstrap.php.cache';
require_once __DIR__.'/app/AppKernel.php';
Also i move .htaccess file from web directory to root , my problem is that now the system cannot find JavaScript and CSS files.