Adding a single page to pre-existing website

I currently have a website running on Amazon S3 and want to add a page to the domain using Muse and do not want to replace the pre-existing website.
Example:
Current web address:
subsite.mywebsite.com
Desired address of Muse-created site:
subsite.mywebsite.com/musesite.html
subsite.mywebsite.com does not need to be modified in any way—my clients just need to be able to access musesite.html via a link using my brand's domain. Can this be accomplished using BusinessCatalyst provided hosting? If so, how can I accomplish this?

Hi Joseph,
You need to create the page in Muse and then export the html to a local folder on your computer and then upload the exported content on the root folder of your existing business catalyst site. You will not be able to use the web forms with this approach.
If you can host the site in a sub directory, then you can create the page in the Muse and then publish directly to a sub-directory on the root, this way you will be able to use the web forms.
- Abhishek Maurya

Similar Messages

  • Need help adding a page to an existing website

    Hey guys....I'm, as the subject states, a newbie to Dreamweaver.  I am needing to add a page to an existing website.  Simple enough...or so it seems...anyway, I went to the site, copied the source coding, went back to Dreamweaver, pasted into the code box, and up pops the page I copied.  Great!  So then I make my changes so that the page states what I want it to say, link it to what I need to hyperlink it to, then try to upload the page back onto the server....and here's where I get lost...I go to the web to check the site, and the page that I copied and made my own is not there.  The link didn't work and the page is nowhere to be found.  I don't mind whatsoever telling any of the what the site is (not sure if I can do that here), but any help would be very grateful!!!  I'm not sure what I am doing wrong obviously.  Many, many thanks in advance for any help you can give me! 
    Jim

    At the moment the link you refer to goes to the file ashby.php
    http://www.superiorcareplus.com/ashby.php?s=1
    Do you have a page named ashby.php in your site folder?
    If you do copy that and make the changes you require. Save it as whisperer.php
    Now you need to change the link from ashby.php to whisperer.php
    <div class="leftMenu"><a class="menuLeft" href="ashby.php?s=1">Becoming an Alzheimer's Whisperer</a></div>
    So it looks like this:
    <div class="leftMenu"><a class="menuLeft" href="whisperer.php">Becoming an Alzheimer's Whisperer</a></div>
    I'm not sure if it will work because the link has a variable (?s=1) after it but as the links all go to different pages the information probably isn't being fetched from a database. In other words all the pages appear to exist as individual pages. I don't know what 's' the variable refers to.

  • In ical I just added new calendars to a pre-existing calendar group, I can make events with these calendars, but not reminders, any suggestions?

    in ical I just added new calendars to a pre-existing calendar group, I can make events with these calendars, but not reminders, any suggestions?

    Hi,
    Lion has changed the way reminders (todos as was) work. They now seem to need to be in a seperate calendar.
    In iCal open the File menu and select New Reminder List... and select where to put it.
    Best wishes
    John M

  • Adding a character into a pre-existing filename; Bridge CS5.1

    I would like to know if it is possible  to add a character or in my case a ( Character & a Space ) in-between an already  pre-existing sequential number
    For example,
    1301 Filename.jpg - - - - -> 13 01. Filename.jpg  ( Added a ( Space ) inbetween the two numbers, and placed a ( Period ) aswell.
    I would like to do this action to a group of files using the Batch Rename Feature; inside of Adobe Bridge CS5.1
    Is this possible? Is there a work around?

    I understand how string substitution works, you are misinterpreting the question.
    I would like to change the number sequence from.
    1301 Filename.jpg - - - - - - - -> 13 01. Filename.jpg
    1302 Filename.jpg - - - - - - - -> 13 02. Filename.jpg
    1303 Filename.jpg - - - - - - - -> 13 03. Filename.jpg
    1304 Filename.jpg - - - - - - - -> 13 04. Filename.jpg
    1305 Filename.jpg - - - - - - - -> 13 05. Filename.jpg
    As you can see I would like to ( Add ) Characters not replace. the characters being a ( Space ) and a  ( Period )
    But if there is a way to replace all of my sequence numbers together, that would be a viable option aswell.As of now I am not aware of a substitution command that will get rid of say a four digit combonation of numbers no matter what the actuall numbers
    That last sections of what you copy and pasted states there may be commands ( Expressions ) to replace filename patterns, but I am not aware of any specific commands ( Expressions ) I must type inside of the text bar to achieve the affect I am looking for.
    Any pre-existing help on Expressions?
    They are foreign to me and I would like to study the information for future use.
    I will be searching Google, if by chance I come across information pertaining to this subject, I will let you know. As of now any help is much appreciated.
    Ok I have figured out how to get rid of the string of numbers by using the Regular Expression of [0-9] but,
    I still do not know how to add a ( space ) inbetween the numbers without doing it all manually.
    Regular Expressions is the answer to my question, but now I have a new question. Which Regular Exresion do I use? It seems like it will take quite some time to get a good understanding of Regular Expressions, is there anyone who has a fair amount of knowledge on the subject who is willing to assist me in the mean time?

  • Adding a PHP section to an existing website

    hello,
    I am fairly new to using Adobe Dreamweaver CS4 for generating
    dynamic webpages,although I have some experience with designing
    static HTML webpages. I am trying to create a secured section for
    existing website,which has all its pages in HTML. This section will
    have a login screen to start with and then depending on User Access
    level, I want the part of webpages to be hidden. These webpages
    will display data from a backend MySql database.I took some
    tutorials on how to create a website with sign in and sign out
    functionality built in, but it tells me to create a new site and it
    starts the pages with index.html, whereas my website already has a
    index.html page.
    Is there a way I can use this new site functionality in Adobe
    dreamweaver and still not overwrite my index.html page?
    Please let me know, I you would like me to elaborate more on
    anything.
    Thanks

    Open your login page, and apply an Authenticate User Server
    Behavior to it
    (INSERT | Data Objects > User Authentication).
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "abhidev" <[email protected]> wrote in
    message
    news:gplmv3$ln4$[email protected]..
    > hello,
    >
    > I am fairly new to using Adobe Dreamweaver CS4 for
    generating dynamic
    > webpages,although I have some experience with designing
    static HTML
    > webpages. I
    > am trying to create a secured section for existing
    website,which has all
    > its
    > pages in HTML. This section will have a login screen to
    start with and
    > then
    > depending on User Access level, I want the part of
    webpages to be hidden.
    > These
    > webpages will display data from a backend MySql
    database.I took some
    > tutorials
    > on how to create a website with sign in and sign out
    functionality built
    > in,
    > but it tells me to create a new site and it starts the
    pages with
    > index.html, whereas my website already has a index.html
    page.
    > Is there a way I can use this new site functionality in
    Adobe dreamweaver
    > and
    > still not overwrite my index.html page?
    > Please let me know, I you would like me to elaborate
    more on anything.
    > Thanks
    >

  • Uploading a single iWeb Page to an existing website other than mobileMe

    I need to make an occasional contribution to my local community's website.
    Is it possible to prepare the page(s) using iWeb and then upload it to the relevant part of the website?

    It is possible.
    Set up a FTP connection to the server.
    Note that iWeb creates an index.html file in the root of the webserver. Make sure it doesn't overwrite the existing one, which might be the homepage of their website.
    To prevent it, create a folder on the server first and let iWeb publish to the folder.
    Th pathname would be something like: public_html/SomeFolder/
    The webmaster will tell you more.
    The URL to your webpage would be:
    http://www.yourcommunity.com/SomeFolder/iWebSite/Welcome.html

  • Editing a pre-existing website

    We had a website created for us and now I want to edit it
    myself using Dreamweaver 8. All I can figure out is that I must
    define it as a Dreamweaver site to use its automatic managing. But
    how do I define it without creating a whole new website?

    Eeek. Single malt scotch would be the fallback - Glen
    Morangie? Tobermory?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "P@tty Ayers" <[email protected]>
    wrote in message
    news:emeq4f$rm5$[email protected]..
    >
    > "Murray *ACE*" <[email protected]>
    wrote in message
    > news:emenl0$oub$[email protected]..
    >> Define it to point to an empty folder on your hard
    drive and enter the
    >> FTP information for the remote site. Connect to the
    remote site, select
    >> all the files, and GET them to the local folder.
    >>
    >> Have a beer....
    >
    > You're wrong, Murray. The correct thing is a shot of
    Hennessy..
    >
    >
    > --
    > Patty Ayers | www.WebDevBiz.com
    > Free Articles on the Business of Web Development
    > Web Design Contract, Estimate Request Form, Estimate
    Worksheet
    > --
    >
    >

  • How to reflect changes made on a single page through out our website?

    Hi all,
    We have created a website using SiteStudio Designer.This website has multiple sections and primary pages associated with them.If we make changes to a particular page (suppose company's logo)in a website,is there any way to reflect those changes through out our website?
    Regards,
    Harini.

    Simple. Just create/use a fragment.
    Then use that fragment on every layout of your website. If it's the logo, then have it be an asset of that fragment. Then anytime you make a change in the fragment, every layout that uses that fragment will have the change reflected.

  • Adding an attribute to some pre-existing XML

    Hi all,
    I have a table with some small XML documents in a CLOB column and i'd like to add an attribute to one of the elements using SQL. Neither the table nor the XML is "mine" so I can't make any significant changes to the structure or current content - I just want to add this one attriibute.
    For example a row has this value in the CLOB column :
    <?xml version="1.0"?>
    <product>
    <detail>
    <supplier id="12345"/>
    </detail>
    </product>
    and i'd like to add a "test" attribute to the <product> element, like this :
    <?xml version="1.0"?>
    <product test="yes">
    <detail>
    <supplier id="12345"/>
    </detail>
    </product>
    I'd hoped updateXML would do it like this, but it won't (unless the attribute already exists, which alas it doesn't always) :
    select updatexml(xmltype(my_xml_column), '/product/@test', 'yes') new_xml
    from my_table
    Can anyone help me here? I've not really delved too deeply into Oracle's XML (or XML generally for that matter) and just need to perform this simple update!
    Thanks,
    Steve

    Thanks for this. I had looked (briefly!) at this package but it did seem a little over complicated for what i wanted - ideally I just wanted to write a SQL statement to do it all.
    Is there not a simpler way?
    Steve

  • How do I save a single page from a PDF file?

    I am trying to save as a pdf file, a single page from an existing PDF file that has 4 pages. How do I do that?

    In Acrobat: Tools - Pages - Extract.
    In the free Reader: Not possible.

  • Is it possible to replace an existing website with an ebook?

    If possible, how would that work in the backend system?

    You'll need to clarify what you mean by 'ebook', and how it's different to the HTML pages of your existing website...

  • Integrating Muse into an existing website

    Hi There
    i currently use muse to add landing pages to our existing website but i have come across a few problem regarding integration and was wondering if anyone could help. The way i integrate muse into our website is to host all of the files on our server then re-link the html to point to the files. the HTML for the landing pages are actually inserted into a a div tag basically its a website within a website but the html has to be pasted into our cms system for it to work. I have come across a few problems out line below:
    The muse code interferes with the main website code and changes all of the menu font etc.
    an error message appears saying files are missing etc (if i remove the warning code this disapears but im presuming there is a warning for a reason)
    when i remove the error message the light box function disapears
    the main website has a drop down feature on the tabs above the muse page but this doesnt respond on the page.
    If you could advise on integrating this i would be very grateful. an example of what i mean can be found at http://arco.co.uk/vinnietest and the html code i use is below:
    <div style="width:996px; margin:-10px -10px 0 -10px;">
    <style>
    body
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    text-align: left;
    font-size: 14px;
    line-height: 17px;
    word-wrap: break-word;
    text-rendering: optimizeLegibility;/* kerning, primarily */
    </style>
      <script type="text/javascript">
       if(typeof Muse == "undefined") window.Muse = {}; window.Muse.assets = {"required":["jquery-1.8.3.min.js", "museutils.js", "jquery.watch.js", "index.css"], "outOfDate":[]};
    </script>
      <meta http-equiv="Content-type" content="text/html;charset=UTF-8"/>
      <meta name="generator" content="2014.2.1.284"/>
      <title>Home</title>
      <!-- CSS -->
      <link rel="stylesheet" type="text/css" href="103/content/landing_page/vinniestest/css/site_global.css?365011649"/>
      <link rel="stylesheet" type="text/css" href="103/content/landing_page/vinniestest/css/index.css?3932596327" id="pagesheet"/>
      <!-- Other scripts -->
      <script type="text/javascript">
       document.documentElement.className += ' js';
    </script>
      <div class="clearfix" id="page"><!-- column -->
       <div class="position_content" id="page_position_content">
        <div class="colelem" id="u193"><!-- custom html -->
    <iframe class="actAsDiv" width="996" height="364" src="http://www.youtube.com/embed/UadRp1mU8SM?autoplay=1&loop=1&playlist=UadRp1mU8SM&showinfo=0 &theme=dark&color=red&controls=0&modestbranding=1&start=0&fs=0&iv_load_policy=3&wmode=tran sparent&rel=0" frameborder="0" allowfullscreen></iframe>
    </div>
        <div class="clearfix colelem" id="u354-12"><!-- content -->
         <p id="u354-2">Introducing ArcoPro</p>
         <p id="u354-3"> </p>
         <p id="u354-5">To demonstrate our commitment to providing products to the most demanding safety standards we have created ArcoPro. All ArcoPro PPE and hazardwear offer multi&#45;norm protection and satisfy Category III of the European PPE Directive. The ArcoPro range of flame retardant garments has been designed with meticulous detail, using fabrics of the highest quality and technical specification. The range comprises base layers, mid layers and outer layers, which when worn in combination can offer ultimate protection.</p>
         <p id="u354-6"> </p>
         <p id="u354-8">Our Arco design service can provide a bespoke or customer designed garment to meet your specific requirements, we can work with you to remove or add features to our standard garments for example radio loops or pockets.</p>
         <p id="u354-9"> </p>
         <p> </p>
        </div>
        <div class="clearfix colelem" id="u195"><!-- group -->
         <div class="clearfix grpelem" id="u304"><!-- group -->
          <div class="clearfix grpelem" id="u183-7"><!-- content -->
           <p id="u183-2">Layering Garments</p>
           <p> </p>
           <p id="u183-5">We have conducted two sets of tests on our ArcoPro garments both on individual garments and combinations of garments. The test results clearly show the benefits of layering the garments to achieve a higher level of FR protection for the wearer.</p>
          </div>
          <div class="grpelem" id="u186"><!-- custom html -->
    <iframe class="actAsDiv" width="595" height="302" src="http://www.youtube.com/embed/qa9jE292kRM?autoplay=0&loop=0&showinfo=0&theme=dark&color=red &controls=1&modestbranding=1&start=0&fs=1&iv_load_policy=3&wmode=transparent&rel=0" frameborder="0" allowfullscreen></iframe>
    </div>
         </div>
        </div>
        <div class="clearfix colelem" id="pu318-8"><!-- group -->
         <div class="clearfix grpelem" id="u318-8"><!-- content -->
          <p id="u318-2">Maximise Your Protection</p>
          <p id="u318-3"> </p>
          <p id="u318-5">Use our ArcoPro app to calculate the level of protection offered from different combinations of ArcoPro garments.</p>
          <p> </p>
         </div>
         <div class="clearfix grpelem" id="u320"><!-- group -->
          <div class="clearfix grpelem" id="u321-4"><!-- content -->
           <p>See below to configure your protection</p>
          </div>
         </div>
         <div class="clip_frame grpelem" id="u311"><!-- image -->
          <img class="block" id="u311_img" src="103/content/landing_page/vinniestest/images/macbook.png" alt="" width="415" height="483"/>
         </div>
         <div class="clip_frame grpelem" id="u328" data-mu-ie-matrix="progid:DXImageTransform.Microsoft.Matrix(M11=0,M12=-1,M21=1,M22=0,Sizi ngMethod='auto expand')" data-mu-ie-matrix-dx="0" data-mu-ie-matrix-dy="0"><!-- image -->
          <img class="block" id="u328_img" src="103/content/landing_page/vinniestest/images/arrow.png" alt="" width="41" height="41"/>
         </div>
        </div>
        <div class="colelem" id="u256"><!-- custom html -->
         <iframe src="//stagedbyhowie.co.uk/tpp/" name="myframe" width="997" height="1200" scrolling="no"></iframe>
    </div>
        <div class="clearfix colelem" id="pu341"><!-- group -->
         <div class="clip_frame grpelem" id="u341"><!-- image -->
          <img class="block" id="u341_img" src="103/content/landing_page/vinniestest/images/screen%20shot%202014-12-04%20at%20094513 .jpg" alt="" width="996" height="399"/>
         </div>
         <a class="nonblock nontext clearfix grpelem" id="u348" href="http://www.arco.co.uk/textsearch?sd=ArcoPro&fq=brand:ArcoPro&catid=-8690"><!-- group --><div class="clearfix grpelem" id="u349-5"><!-- content --><p id="u349-3"><span id="u349">Buy now from our ArcoPro range</span><span id="u349-2"></span></p></div></a>
         <div class="clip_frame grpelem" id="u350"><!-- image -->
          <img class="block" id="u350_img" src="103/content/landing_page/vinniestest/images/arrow.png" alt="" width="41" height="41"/>
         </div>
        </div>
        <div class="verticalspacer"></div>
       </div>
      </div>
      <!-- JS includes -->
      <script type="text/javascript">
       if (document.location.protocol != 'https:') document.write('\x3Cscript src="http://musecdn.businesscatalyst.com/scripts/4.0/jquery-1.8.3.min.js" type="text/javascript">\x3C/script>');
    </script>
      <script type="text/javascript">
       window.jQuery || document.write('\x3Cscript src="103/content/landing_page/vinniestest/scripts/jquery-1.8.3.min.js" type="text/javascript">\x3C/script>');
    </script>
      <script src="103/content/landing_page/vinniestest/scripts/museutils.js?3777594392" type="text/javascript"></script>
      <script src="103/content/landing_page/vinniestest/scripts/jquery.watch.js?4144919381" type="text/javascript"></script>
      <!-- Other scripts -->
      <script type="text/javascript">
       $(document).ready(function() { try {
    (function(){var a={},b=function(a){if(a.match(/^rgb/))return a=a.replace(/\s+/g,"").match(/([\d\,]+)/gi)[0].split(","),(parseInt(a[0])<<16)+(parseInt( a[1])<<8)+parseInt(a[2]);if(a.match(/^\#/))return parseInt(a.substr(1),16);return 0};(function(){$('link[type="text/css"]').each(function(){var b=($(this).attr("href")||"").match(/\/?css\/([\w\-]+\.css)\?(\d+)/);b&&b[1]&&b[2]&&(a[b[1 ]]=b[2])})})();(function(){$("body").append('<div class="version" style="display:none; width:1px; height:1px;"></div>');
    for(var c=$(".version"),d=0;d<Muse.assets.required.length;){var f=Muse.assets.required[d],g=f.match(/([\w\-\.]+)\.(\w+)$/),k=g&&g[1]?g[1]:null,g=g&&g[2]? g[2]:null;switch(g.toLowerCase()){case "css":k=k.replace(/\W/gi,"_").replace(/^([^a-z])/gi,"_$1");c.addClass(k);var g=b(c.css("color")),h=b(c.css("background-color"));g!=0||h!=0?(Muse.assets.required.splic e(d,1),"undefined"!=typeof a[f]&&(g!=a[f]>>>24||h!=(a[f]&16777215))&&Muse.assets.outOfDate.push(f)):d++;c.removeClas s(k);break;case "js":k.match(/^jquery-[\d\.]+/gi)&&
    typeof $!="undefined"?Muse.assets.required.splice(d,1):d++;break;default:throw Error("Unsupported file type: "+g);}}c.remove();if(Muse.assets.outOfDate.length||Muse.assets.required.length)c="Some files on the server may be missing or incorrect. Clear browser cache and try again. If the problem persists please contact website author.",(d=location&&location.search&&location.search.match&&location.search.match(/muse _debug/gi))&&Muse.assets.outOfDate.length&&(c+="\nOut of date: "+Muse.assets.outOfDate.join(",")),d&&Muse.assets.required.length&&(c+="\nMissing: "+Muse.assets.required.join(",")),alert(c)})()})();
    /* body */
    Muse.Utils.transformMarkupToFixBrowserProblemsPreInit();/* body */
    Muse.Utils.prepHyperlinks(true);/* body */
    Muse.Utils.fullPage('#page');/* 100% height page */
    Muse.Utils.showWidgetsWhenReady();/* body */
    Muse.Utils.transformMarkupToFixBrowserProblems();/* body */
    } catch(e) { if (e && 'function' == typeof e.notify) e.notify(); else Muse.Assert.fail('Error calling selector function:' + e); }});
    </script>
    </div>

    Hi,
    Please go through the following links I believe it would be helpful.
    https://www.sdn.sap.com/irj/boc/crystalreports-java
    https://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/3020847c-6064-2b10-e5be-fcd27295fc16&overridelayout=true
    https://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/301717ef-3ad3-2b10-5aad-8d9b73a6e365&overridelayout=true
    https://www.sdn.sap.com/irj/scn/elearn?rid=/library/uuid/d0ee1df6-41d3-2b10-de8d-a4fdc5077c68&overridelayout=true
    Regards,
    Neeraj

  • I have just downloaded Mac OS X 10.9 and Pages 5. When I open any pre-existing document in the new Pages the format is zoomed to 125%, the headers are out of position, the margins are changes, and inserted images are also relocated. What can I do?

    I have just downloaded Mac OS X 10.9 and Pages 5. When I open any pre-existing document in the new Pages the format is zoomed to 125%, the headers are out of position, the margins are changes, and inserted images are also relocated. What can I do?

    Have you tried resetting the SMC ?     >  Resetting the System Management Controller (SMC)

  • How do I access other areas of a single page website via in browser editing

    I have created a single page website in adobe muse. The menu is made up of hyperlinks to jump to other areas of the website. I would like to update a slideshow that is NOT on the home screen only I cannot access any other area of the website via Business Catalyst in browser editing apart from elements on the home screen.

    You can click the Menu Item which will scroll the page to that specific section and then you can use edit.
    Thanks,
    Sanjit

  • What is the best way to create the layout for a single page website in Adobe Muse?

    I was wondering the best way to create the layout for a single page website in Adobe Muse. Does anyone have any suggestions?

    I know how to create a website but will that help me create a single page website? Below I will leave a demo of what I want. I want it to only have one page but multiple sections. What is the easiest way to create a single page website like the demo below?
    Demo Website

Maybe you are looking for

  • Calling Public Method in OOP.

    Hello All, How to call a Public method in one using the object of the other class. The second class doesn't inherit the first class. Thanx and Regards, SampathKumar.

  • Does anyone know plug in for cutting a vinyl in Illustrator CS4, Free?

    Does anyone know plug in for cutting a vinyl in Illustrator CS4, Free?

  • Visio Services and rename fields

    I created a visio web drawing (DVW) that show basics Processes Shapes (I tested also with anothers shapes),  and I linked my external connection (Table in Sql Server) to the shapes. When I rename a external field to the name of the field in the shape

  • Oracle VM Server 2.2.2

    Hi Experts, I have installed Oracle VM server 2.2.2 but there is no directories under /OVS i was trying to install Oracle VM Templates for Oracle RAC in the readme they have mentioned extract the files in the seed_pool directory but there is no seed_

  • How to search in Flex SDK files in Flash Builder

    Hi there I want to search Flex sdk files out from flashbuilder - like I can do with the menu search->search dialog. Is there a way to do so? I am interested in it because sometimes I do not only want to hit F3 to go to a source file - I would like to