• Hi, In my footer I added a link that goes to a page that I created (the page reside in a folder in my ftp).
    the address I put in the <a> tag is like /myFolder/myPage.php

    I I go to the link from my home page (www.mySite.com) it will work fine.
    Instead in all the other pages it won’t work because the url which the link will point to, will be

    www.mySite.com/name_of_the_current_page/myFolder/myPage.php

    and of course this is not the address of myPage.php.

    I tried to change my link in

    www.mySite.com/myFolder/myPage.php

    but it won’t work either, giving this

    www.mySite.com/name_of_the_current_page/www.mySite.com/myFolder/myPage.php

    how do I write a link that goes straight from my main url (www.mySite.com) to my ftp main folder (myFolder)?

    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • try and use:

    https://www.mySite.com/myFolder/myPage.php

    Thread Starter balux

    (@balux)

    thanks..I don’t know why but..I was doing some tests and I replaced

    www.mySite.com/myFolder/myPage.php

    with the older

    /myFolder/myPage.php

    and now it’s working…

    weird.. ??

    thanks anyway ??

    B.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘problem with link in the footer’ is closed to new replies.