problem with link in the footer
-
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 bewww.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
- The topic ‘problem with link in the footer’ is closed to new replies.