I have created a new page via admin panel and give it a name " Read more", i don't want to put it neither in the footer nor near tabs so i skiped the position option in admin panel and choosed "No link". to point to this page i i used href="../index.php/readmore" . ( the same link that is generated with the page).To that point all seems al right but when i click on something and want to go back to readmore it give me error404, the reason why is that the path changed to href="../../index.php/readmore". it seems that original pages and created ones by users are not in the same folder . should i use an absolute path ? is it a good practice ?
Thank you so much