Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
How to Remove Redundant "Discussions" Page?
I'd like my homepage http://website.com/ to be the "Discussions" page, check.
But, now how do I remove the redundant http://website.com/discussions page?
Thanks, Bryan
But, now how do I remove the redundant http://website.com/discussions page?
Thanks, Bryan
0
Comments
I'll try to reiterate. In my settings, by default the homepage is set to /discussions/ yes? That's good I like that. So, since http://website.com/ IS the "Discussions" page now I don't need the extra http://website.com/discussions page - it's just a redundant, duplicate content page at this point.
Again, I could remove the reference to it from the nav, however it being set as the homepage automated a lot of functions to want to land and canonicalize etc as http://website.com/discussions
Hope this makes sense at this point, I don't know if I could possibly explain it any better. This can't be the first time someone has brought this to your attention?
Thanks, Bryan
regards bryan.
Thanks, Bryan
The current 2.0.18b2 will also make the /discussions a canonical link for your root if you've set it to your homepage.
I am working through adding some reverse routing in urls for our next version so that all /discussions urls will go to your homepage if you've set up a route.
In general, @luchesse is essentially correct. Vanilla is an mvc application rather than a page based application. You can always reference a page by its [application/]controller/method and you use routes to change that.
PS: I've been talking about routes here even though you've just been setting your homepage. Routes are another setting in your dashboard to switch urls around. The homepage is just a special version of that.