404 page error in Bookmarks module

Hey guys,

I have a problem with the Bookmarks and Shortcuts module. When I create the shortcut, it always creates a page with a 404 error. But I believe it is some configuration at the time that generates an internal link, for example, /dolibarr/projet/card.php&id=224. If you paste this link in the browser (after the domain) the page also gives an error. How to resolve this?

Hello,

Check what is in dolibarr_main_url_root variable is conf/conf.php

Hi Ksar,

I checked and it is redirecting correctly to my website. However I found the problem. When using the bookmark to create the link it generates something …/projet/card.php&id=243, but it should generate …/projet/card.php?id=243. Where do I configure to change item “&” by “?” ?.

Thank you for your attention.