Skip to main content

Does anyone know how to set the absolute value of domain.com/portal to the domain.com root?

domain seting

Florian

Here is the answer from the support team I've received in Nov last year: (2024)

"There is no direct option to do that. Please use the workaround below,

  1. Navigate toΒ Settings > PermalinksΒ and set the Permalink structure toΒ Post name.Β (see screenshot)

  2. Add the following snippet to your theme'sΒ functions.phpΒ file or use a snippet plugin to include it,

    define('FLUENT_COMMUNITY_PORTAL_SLUG', '');

Hope this helps. Let me know if you need further assistance.

Thank you."πŸ˜€

JinGu Youn

FlorianΒ Thanks for the answer! Are you saying that if I set it up like you said, I can use it as domain.com?

Bryan William

JinGu Youn, Please let me know if it works for you

Artur Abakarov

JinGu YounΒ I just tried it, it worked. Check this out.

JinGu Youn

Artur AbakarovΒ Great! Thank you!!