Hello KK sir and couch team.
Hope you all will be fine.
I have made three sub folders in one main folder and i am using bootstrap.Now the issue is i want to direct a link that is link a from sub folder page to main page and it is not working via k_page_link.
example link
mysite.com/channels/hum-t-v/episode/episode.html
this is the page and now i want to redirect my link to the main index page
like this
mysite.com/index.php#channels
i used <a href="<cms:show k_site_link />/index.php#channels">Channels</a>
or
<a href="<cms:show k_site_link />#channels">Channels</a>
but those ways not working but when i used
<a href="../index.php#channels">Channels</a>
it worked for the first subfolder but for other folders with in this subfolder those links not working.
Kindly help me thanks
Hope you all will be fine.
I have made three sub folders in one main folder and i am using bootstrap.Now the issue is i want to direct a link that is link a from sub folder page to main page and it is not working via k_page_link.
example link
mysite.com/channels/hum-t-v/episode/episode.html
this is the page and now i want to redirect my link to the main index page
like this
mysite.com/index.php#channels
i used <a href="<cms:show k_site_link />/index.php#channels">Channels</a>
or
<a href="<cms:show k_site_link />#channels">Channels</a>
but those ways not working but when i used
<a href="../index.php#channels">Channels</a>
it worked for the first subfolder but for other folders with in this subfolder those links not working.
Kindly help me thanks