Hello,

I have two folders:

/FolderA/index.htm -> has Two Links -> HOME go to Root and FolderB link to go to FolderB index.htm page
/FolderB/index.htm -> has Two Links -> HOME go to Root and FolderA link to go to FolderA index.htm page
/index.htm

I want to create two files .pdb like this:

FolderA.pdb (contains FolderA and root index.htm)
FolderB.pdb (contains FolderB and NOT root index.htm)

I don't find the solution, both files .pdb contain the root 'index.htm', I want when I click on link HOME on FolderB, it goes to Root Index.htm in FolderA

Thanks

David