Search code examples
silverstripesilverstripe-4

Silverstripe 4 change base url


where is it possible to change the baseURL on Silverstripe v4? Also after rewrite the base tag with http is set at the website. I would like to specify the baseURL itself, which will be applied to all pages (front site, admin).

Thanks for every tip


Solution

  • You can set an alternating base URL like so:

    _config/config.yml

    SilverStripe\Control\Director:
      alternate_base_url: 'your/base/url/'