SilverStripe 2.4.7
Hi
I have implemented a method which outputs html and I call it this way. www.mysite.com/myclass/html
My client has now decided that they want this page displayed as the homepage so when a user types in www.mysite.com it will come up. Is there a way I can achieve this in SilverStripe? I know that I can use Redirector pages but that doesn't mask the URL.
Thanks