| Q | A
| --- | ---
| Sulu Version | 2.1.1
| Browser Version | Chrome 84.0.4147.105
How does Sulu behave at the moment?
The external link try to open a lokal page and go to 404
What is the behavior you expect?
Open link to external URL, would be also cool when you could select target blank
https://nevercodealone.de/blog-magazin
https://github.com/nevercodealone/cms-symfony-sulu


You are accessing the phpcr.path instead of the url, also its important to use the sulu_content_path this will apply your webspace url settings to the url.
you should use here https://github.com/nevercodealone/cms-symfony-sulu/blob/a447341aa7f5afa882fcf7575e1e483366da5e52/templates/base.html.twig#L95:
{{ sulu_content_path(item.url) }}
Same for child see:
{{ sulu_content_path(child.url) }}
See also:
Thx for the clearing and your time on this noob issue ;)