I need to change the configuration of app path in symfony which I'm not able to find.
Company has changed the domain name & it still points to old domain for CSS, JS & everything else.
In layout.php file,
<script type="text/javascript" src="<?php echo sfconfig::get('app_web_path'); ?>
js/ip.js"></script>
This app_web_path parameter is taking value from some file which I'm not able to find. Can somebody help where this is coming from?
I changed app.yml & mentioned new domains there, but no luck. TIA.