Hi @yanzai
Can you rebuild URLs?
from:
sub.domain.com/0:/
to:
sub.domain.com/{authConfig.roots.name}/
for example: we have 3 roots as: Main, Files, new folder
now addresses:
sub.domain.com/main/
sub.domain.com/files/
sub.domain.com/new-folder/
Main to lowercase and new folder to new-folder
Can you implement this?
Hi @yanzai Can you rebuild URLs? from: sub.domain.com/0:/ to: sub.domain.com/{authConfig.roots.name}/ for example: we have 3 roots as: Main, Files, new folder now addresses: sub.domain.com/main/ sub.domain.com/files/ sub.domain.com/new-folder/ Main to lowercase and new folder to new-folder Can you implement this?