Can Umbraco simply manage specific directories? Options
rex@pwg.com
Posted: Tuesday, February 12, 2008 6:14:16 PM
Rank: Newbie

Joined: 2/12/2008
Posts: 4
I'm doing some research for our dev team - we were told by one developer that Umbraco has to basically control all aspects of a website. You can't just tell Umbraco to "manage" specific directories of a URL.

Because of this (we have certain directories that we don't want Umbraco to have to manage) we'd have to move a lot of our content to subdomains in order to use Umbraco.

I'm hoping this isn't true. If not, can someone point me in a direction that I can show our development team this isn't true.
mortenbock
Posted: Tuesday, February 12, 2008 7:29:51 PM

Rank: Addict

Joined: 7/19/2006
Posts: 821
Location: Århus, Denmark
Hi Rex

Umbraco _does_ need to be installed in the root of the website. However, you _can_ tell it to not handle certain paths of the website.

Say you have your website

example.com

and you want some legacy static content to run in

example.com/mylegacyfolder

you would simply add that folder to the web.config in this area:

<add key="umbracoReservedPaths" value="/umbraco/,/install/,/mylegacyfolder/" />

Hope this helps?


Morten Bock - Level 2 certified - MVP 2008/2009 - My danish blog with a few english posts

rex@pwg.com
Posted: Tuesday, February 12, 2008 7:44:16 PM
Rank: Newbie

Joined: 2/12/2008
Posts: 4
Thanks for the reply...

What if one of the "directories" you don't want it to manage is the root itself?

We have a website that we want to manage ourselves, but we need a CMS to manage a specific directory where we want to publish content to.
mortenbock
Posted: Tuesday, February 12, 2008 7:55:12 PM

Rank: Addict

Joined: 7/19/2006
Posts: 821
Location: Århus, Denmark
Is it also an asp.net website?

Morten Bock - Level 2 certified - MVP 2008/2009 - My danish blog with a few english posts

rex@pwg.com
Posted: Tuesday, February 12, 2008 9:06:16 PM
Rank: Newbie

Joined: 2/12/2008
Posts: 4
Yes it is, although there are some ASP, as well (the site is being converted over time from ASP to ASP.net)
mortenbock
Posted: Tuesday, February 12, 2008 9:17:37 PM

Rank: Addict

Joined: 7/19/2006
Posts: 821
Location: Århus, Denmark
Then I don't think it will be easy. Umbraco needs the default.aspx file in the root of the website to run, and it does not support being run in a virtual directory such as example.com/cmspart

You would probably also run in to trouble when you need to share the web.config file between the two applications.

Morten Bock - Level 2 certified - MVP 2008/2009 - My danish blog with a few english posts

rex@pwg.com
Posted: Wednesday, February 13, 2008 1:02:53 AM
Rank: Newbie

Joined: 2/12/2008
Posts: 4
Thanks for the information, Morten!
Users browsing this topic
Guest


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.