Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Hardy Wang 91 posts 112 karma points
    Mar 06, 2012 @ 16:41
    Hardy Wang
    0

    Umbraco 4.7.1.1 Virtual Directory and Backoffice Issue

    I installed Umbraco in one of my virtual directory, http://my-server.com/infomation/VMName, here information is one physical folder under root of the site and VMName is the virtual directory containing Umbraco 4.7.

    I have several issues:

     

    • When I navigate to http://my-server.com/infomation/VMName I cound not see any content in my IE8, but Chrome works fine;
    • With Chrome, I start to install scripts to my SQL Server. I am pretty sure I have set permission by following http://our.umbraco.org/wiki/install-and-setup/set-umbraco-folder-permissions-from-command-line but SQL Server setup just failed. 
    • But anyway I used my local Umbraco to create the database and copied entire Umbraco folder from my local machine to overwrite my DEV server's copy.
    • I ran the security script again to make sure.
    • I navigated to http://my-server.com/infomation/VMName again and it prompted me to to setup site since it is empty.
    • The logon page displays OK, after logon the whole backoffice is just a mess in any browser.
    • I made changes to web.config " umbracoReservedPaths ", " umbracoPath " to include "/infomation/VMName" at beginning of the paths. I changed " umbracoUseDirectoryUrls" to true.
    • Still no luck. I see Html source of backoffice and noticed following JS reference: 

    1. <script src="/information/MicroSite/ScriptResource.axd?d=..." type="text/javascript"></script>
    2. <script src="/information/MicroSite/ScriptResource.axd?d=..." type="text/javascript"></script>
    3. <script src="/information/MicroSite/ScriptResource.axd?d=..." type="text/javascript"></script>
    4. <script src="/information/MicroSite/umbraco/js/umbracoUpgradeChecker.js" type="text/javascript"></script>
    5. <script src="webservices/legacyAjaxCalls.asmx/js" type="text/javascript"></script>
    6. <script src="webservices/nodeSorter.asmx/js" type="text/javascript"></script>
    7. <script src="webservices/CheckForUpgrade.asmx/js" type="text/javascript"></script>

    • The last 3 don't seem to be valid in virtual directory.

    Anybody has an instruction how to configure Umbraco in virtual directory? I googled all around and could not find a summary.

    Thanks

     

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies