I have the following problem, in the implementation of the site all the links that were generated by the cakephp functions such as:
<?= $this->Html->image('logo.png', ['url'=>'/', 'id'=>'logo']) ?>
They are receiving var/www/html
, in addition to repeating the address at the end, thus:
Has anyone ever had a similar problem?
I found something on the internet but the person in question reinstalled everything.