1 CE Site to manage multiple sites

  •  06-09-2009, 2:21 PM

    1 CE Site to manage multiple sites

    I am new to CE.  I recently purchased an IP license for the Classic Product and I am trying to accomplish the following: 
    • Set up 1 website/application that houses all of the CE files and configurations (Making many copies of the CE files and configurations will casue support issues.)
    • Manage/Edit content/pages for multiple websites from this 1 site (The sites are all ASP)
    • At logon the user will be presented with a list of files to edit that they have access to (user data all managed in SQL Server)
    • I am using the LoadHTML function to load the files for editing
    Here are the main items I need to accomplish this:
    • Load Files for editing from various locations/sites on my server
    • Be able to Load the proper CSS files in
    • To have CE read in the ASP Server side includes (most pages include a header that references the css and other includes
    • Have CE properly reference the urls and the images
     
    Here are the main problems I have run into and need help with:
    1. CE seems to require the files be below the root of the website with the CE files
    I was able to comment out thre mappath reference in the loadHTML function but the images would not render properly)
     
    2. Render the CSS properly within CSS (The CSS is referenced ina server side ASP include)
    I cannot get the CSS to render properly in the page at all
     
    I have scoured the forum and come across some bits and pieces but wanted to try and ask the question for my purpose in it's entirety.
     
    I can provide more detail and or directory structure and include structure if necc.
     
    Any help is greatly appreciated.
     
    Thank You.
     
    -Dave
     
     
     
     
View Complete Thread