Change <head></head> in DotNetNuke without Host Access

content-management-system, dotnetnuke

Solution

If you are talking about making changes within the

<head></head>

section of the document, you can set this up on a page-by-page basis in the page settings. From a global basis there isn't really a way to do it, unless you want to modify default.aspx directly in the core.

Problem

I need to make a change to the header of a DotNetNuke website I have Admin access but not host access. I can also access the file directory of the website via FTP. Is it possible for me to make changes to the header of the index page?

Original source