I recently moved my forum from the / root folder to a subfolder named /forum
Now all seems to work, however all urls are made like:
Whereas I want them as:
Might the reason be that "forum" is not Node 1
Now all seems to work, however all urls are made like:
Code:
url.com/forum/forum/<channel-name>/<sub-channel>
Code:
url.com/forum/<channel-name>/<sub-channel>
Comment