If link to top is re-directs to homepage, to solve this we have to include following code int to our typo-script setup page
config {
prefixLocalAnchors = all
}
This replaces all links like <a href=”#” > into <a href=”[url]#”>
SCWEBS Info Solutions PVT. LTD.
A useful blog with code assitance on Typo3, PHP, Apache, OpenSSL, Prestashop
If link to top is re-directs to homepage, to solve this we have to include following code int to our typo-script setup page
config {
prefixLocalAnchors = all
}
This replaces all links like <a href=”#” > into <a href=”[url]#”>