Hello AntonLV,
First thank you for your answer.
Hello Charles
Do you use admin panel -> Builders -> Pages Blocks to create the pages and standard HTML blocks to add content on the page?
Yes I'm using the Pages Blocks builder.
If so, you are using standard HTML Editor which converts absolute internal URLs to relative URLs. For example, if you are adding a link http://dolphin/member.php using "Insert/Edit Link" button the Editor should save it and display later as /member.php
Using the standard HTML Editor but not in Graphic mode; I'm editing directly with the HTML Source Editor.
The case I can't understand is as follow:
$site['url'] = "http://localhost/dolphin_1.com/"
$dir['root'] = "/srv/www/htdocs/dolphin_1.com/";
The editor is accepting href="/page/mypage1". But Viewing the page, the link points to http://localhost/page/mypage1
Inserted href="page/mypage1" is transformed by the editor to href="/dolphin_1/administration/page/mypage1"
This makes it impossible to insert an url in the HTML Editor pointing to the correct url which should be http://localhost/dolphin_1.com/page/mypage1 without hardcoding it.
That's why I'm suspecting that there is probably a convention I'm missing.
Is this the case?
I tested and I realized that the editor does not support php tags.
But how to create pages with the "Pages Blocks Builder" and link them each other using relative urls while developping at localhost?
Thank you for your time.
Best Regards.
-Charles