Silverstripe hash link rewriting putting unwanted slash in link
问题 Ok so I am developing a site in Silverstripe CMS that is using anchor links on one of it's pages. Thing is that in Silverstripe there is a rewrite going on that puts slashes before the hash in your links. So in the docs it explains that you can put this in your YAML to disable slashes before hashes: http://doc.silverstripe.org/en/developer_guides/templates/how_tos/disable_anchor_links/ Which I have done like so (YAML validates ok): _config/app.yml: SSViewer: rewrite_hash_links: false And then