Base_url_no_prefix actually base_url_no_suffix?

The meaning of base_url_no_prefix isn’t switched. It still removes the prefix (=path).

Method Alias Output
base_uri base_path /discourse
base_protocol https
base_url_no_prefix base_url_no_path https://example.com
base_url https://example.com/discourse

I think using “path” instead of “prefix” or “subfolder” works best.

1 Like