Reputation: 2898
I have a web site in dotnetnuke.
Now I want to move all the files from the dotnetnuke folder to the root. But I don't know how it is. What are the steps that I must follow to do this?
Upvotes: 0
Views: 1949
Reputation: 95
Set the domain up in IIS. All sites/portals must point to the same folder in IIS. Always the root folder for DotNetNuke. Mine for example is: C:\Inetpub\wwwroot\DotNetNuke\ This means that www.domain.com and www.domain2.com (and any other) point to the same physical folder in IIS. (Provided you your DNS is already pointing to your server here)
Create a 2nd alias for your existing portal.
No need to move any files.
Upvotes: 1
Reputation: 63126
There will be a total of three things you need to do.
Add a new portal alias to the DNN site to support the domain name only. You can do this via "Admin" -> "Site Settings" when logged in as a host user.
You will need to then copy all of the files from the /dotnetnuke folder to the root
You might need to modify text/html module instances to correct any links to images that might include the /dotnetnuke folder within the URL.
Upvotes: 1
Reputation: 1038
If your wanting to point the whole site into the dotnetnuke section you need to change the root folder on IIS to the dotnetnuke one.
Upvotes: 0