Mystery solved! The tech at bluehost discovered a legacy code in the .htaccess file from customization required on old work on a joomla site. Cleared the file, and all the galleries appear.

Thanks to Bluehost, and thanks for the patience to everyone in the forum.

Thanks, again. I will cut and paste the above and send to bluehost, and ask specifically for a tech level who can search out the problem at bluehost. I appreciate your patience and will let you know the results for future reference here.

I have talked at length with bluehost.com. Permissions were checked with no errors found, but they did a global reset to folders 755, files 644. They find no problem with connection to the server.

The website locally opens all jukebox galleries with no problem. All galleries are generated out of Lightroom 5 plug-in. It is synced through Dreamweaver and cache is cleared after each upload. All of the juicebox galleries still return "config.xml" cannot be found, but the files identical to local. Bluehost suggests I return to Juicebox to have you examine the link in the gallery html call to config.xml. Where is this call? How can I help you verify it is correct?

I have looked at every file in the public_html folder of the site, and all the permissions are folder/755 and file/644.

I'm on bluehost, and checked the the php version they run. It is 5.2 and is set to "Single php.ini". Could that be something? I examined the .htaccess file in public_html, and is a customized file for a site we used to run under joomla. It specifies single php.ini in the first two lines of code...
# Use PHP5 Single php.ini as default
AddHandler application/x-httpd-php5s .php

Then has several REWRITE lines in a Joomla! core SEF Section below.

Also, having seen that my galleries are embeds, do I need so put additional code into files? The site is in a subdomain in the public_html folder.

I told you I new just enough to be dangerous.

Thanks. I think I understand this now. Thanks for the clear explanation. I will search things out, and let you know when I get this solved. It may be in a parent folder, since it is happening to all the JBX galleries that I have placed. Will check permissions on every folder and file in the site. THANKS for all the extra trouble I have caused.

Apologies for tardiness. Other work to do before I could get back to this.

I use bluehost, and have checked the permssions on all the folders and files. They are 755 and 644 as you mentioned. Either good or bad; I was hoping it would be that simple.  I am using a subdirectory to run the site, but the URL points to it, and the other galleries that are written in TTG java function just fine. For some reason, the gallery index.html will not pick up the config.xml file that is contained in its own folder.

Either I am not understanding "embedding" or you may have missed what I am trying to do.

I am NOT trying to embed the gallery inside one of my own DREAMWEAVER web page shells. I am trying to transfer directly from the DREAMWEAVER homepage Spry menu structure to the Juicebox gallery index.html page itself selected, so that the jukebox gallery "takes over the site." I then use the home button coding in the JBX gallery with absolute reference back to my DREAMWEAVER menu and home page master. So, it goes...

Dreamweaver home page with Spry menu [..//index.html ] Select Gallery Menu option...
to galleryfolder/index.html (with config.xml file in that folder as it should be)
      NOT embedding in a DREAMWEAVER page, but showing as fully functional gallery
on select JBX Home Icon, returns to DREAMWEAVER home page [...//index.html]

All the JBX galleries I have constructed are fully functional local in testing.
Is this possible, or do I need to construct a DREAMWEAVER page for every one of the galleries with embed code to make it appear the same way. The site has more than 20 galleries.

This works on the java galleries from TTG, but the do not use the config.xml structure in each gallery. I want to use JUICEBOX, which is much better for rendering photos with same proportions in horizontal and vertical formats. I'm not in a hurry, but I need someone who knows java better than I do, which is not much at all. Sorry to be so much trouble.

I have a Dreamweaver design site with a Spry Menu structure for a large collection of photo galleries over the years (for friends). The menu connects to each gallery (currently most are TurningGate java galleries), and an "href<" call opens each gallery index.html as a new page. The gallery HOME button returns from gallery back to the DW site home page. The TTG galleries do not contain a separate config.xml file.

This is NOT an embed structure. I pass the Dreamweaver HOME page over to the gallery HOME page, the return with an href to the Dreamweaver HOME index.html through the JBX HOME button. I can't get the JBX galleries to load on the site.

I have begun rebuilding all these galleries in Jukebox Pro (much preferred for my purposes). I want to replicate the same menu structure, and simply substitute JBX gallery url in the menu code: see below example. BUT, all JBX galleries give the same error message: "Config.xml cannot be found." Each JBX gallery is fully functional on my local drive from its own index.html before import. All galleries located in "LRGalleries" folder main website directory. Each url href call is functional in Spry Menu the website the the TTG galleries except for the JBX "Texan Sculpture" JBX gallery. It finds the index.html in JBX gallery folder, but it appears that the code in that file cannot find the config.xml file in the same folder.

Can anyone tell me what I am doing incorrectly here to suit JBX requirements?

Site: MOREthanSnapshots.com

Spry Menu example: menu and submenu list in cascade choice selections.
<li><a class="MenuBarItemSubmenu" href="#">Recent</a>
          <ul>
            <li><a href="../LRGalleries/crestoneTTG/index.html">Crestone Mtns, CO</a></li>
            <li><a href="../LRGalleries/bartoncrkTTG/index.html">Barton Creek, Austin</a></li>
            <li><a href="../LRGalleries/TxCapSculptureJBX/index.html">Texan Sculpture</a></li>
            <li><a href="../LRGalleries/grandtetonsTTG/index.html">Grand Tetons</a></li>

JBX index.html code for Texan Sculpture gallery:

<!DOCTYPE html>


<html lang="en">
    <head>
        <title>Texas Pioneers, State Capitol Grounds</title>
        <meta charset="utf-8" />
        <meta name="description" content="" />
        <meta name="viewport" id="jb-viewport" content="minimal-ui" />
                <!--START OPEN GRAPH TAGS-->
        <meta property="og:description" content="" />
        <meta property="og:image" content="/images/TxSculpture-9.jpg" />
        <meta property="og:title" content="Texas Pioneers, State Capitol Grounds" />
        <meta property="og:type" content="website" />
        <meta property="og:url" content="/" />
        <!--END OPEN GRAPH TAGS-->
                <style type="text/css">
            body {
                margin: 0px;
                            }
        </style>
    </head>
    <body>
        <!--START JUICEBOX EMBED-->
        <script src="jbcore/juicebox.js"></script>
        <script>
            new juicebox({
                backgroundColor: "rgba(0,0,0,1)",
                containerId: "juicebox-container",
                galleryHeight: "100%",
                galleryWidth: "100%"
            });
        </script>
        <div id="juicebox-container">
                            <noscript>
                    <h1>Texas Pioneers, State Capitol Grounds</h1>
                                            <p><img src="images/TxSculpture-9.jpg" title="" alt="" /><br /></p>
                                            <p><img src="images/TxSculpture-7.jpg" title="" alt="" /><br /></p>
                                            <p><img src="images/TxSculpture-8.jpg" title="" alt="" /><br /></p>
                                            <p><img src="images/TxSculpture-14.jpg" title="" alt="" /><br /></p>
                                            <p><img src="images/TxSculpture-10.jpg" title="" alt="" /><br /></p>
                                            <p><img src="images/TxSculpture-12.jpg" title="" alt="" /><br /></p>
                                            <p><img src="images/TxSculpture-13.jpg" title="" alt="" /><br /></p>
                                            <p><img src="images/TxSculpture-19.jpg" title="" alt="" /><br /></p>
                                            <p><img src="images/TxSculpture-16.jpg" title="" alt="" /><br /></p>
                                            <p><img src="images/TxSculpture-19_1.jpg" title="" alt="" /><br /></p>
                                            <p><img src="images/TxSculpture-19_2.jpg" title="" alt="" /><br /></p>
                                            <p><img src="images/TxSculpture-15.jpg" title="" alt="" /><br /></p>
                                    </noscript>
                    </div>
        <!--END JUICEBOX EMBED-->
    </body>
</html>