Hi Greg,
Thanks to the access information. I think it is all working now. I have done 2 changes:
1 - On the web.config, go to the DNNFriendlyUrl entry and change the urlFormat parameters from "HumanFriendly" to "advanced"
2 - Set "Dash" as the character that would replace spaces within the page URL by running the following SQL statement:
UPDATE HostSettings
SET SettingValue = '-'
WHERE SettingName = 'AUM_ReplaceSpaceWith'
Seems all good now as far as I can see.
Why did it get to be set like that in the first place? That I'm not sure.
Cheers,
Aderson