Page Folder Structure

Hi,
I am replacing an exisiting webiste with a redesigned version done in Adobe Muse. I want the published structure (when exported from to Business Catayst) to be the same as the previous site to ensure that any indexes that have been created by Google in past are not deemed invaid for the new site content published from Muse.
In our current site, the "Our People Page" is at: http://industrytoclassroom.org/our-vision/
But when using Muse the "Our People Page" will be exported as: http://industrytoclassroom.org/our-vision.html
Is there anyway to maintain consistency with the original website structure with Muse?
Thanks in advance
Uddaka

This is correct that Muse exports/publishes pages as .html only.
If you're going to upload your site to Business Catalyst, the easiest way to prevent de-indexing of the pages from search engines would be by creating 301 redirects in BC so that if someone visits /our-vision, he automatically gets redirected to /our-vision.html. A 301 redirect sends both visitors and search engine crawlers to the new URL - http://en.wikipedia.org/wiki/HTTP_301
Read more about creating page redirects in BC - http://kb.worldsecuresystems.com/kb/create-page-redirects.html
Thanks,
Vinayak

Similar Messages

  • SharePoint List Filter to narrow a folder structure

    Hello,
    The company I work for has a document library containing folders for each of their hundreds of clients.  The current process now is to load all of the folders in alphabetical order in order so that the users can scroll through and find the correct client
    relatively quickly.  This takes longer than it should considering how many folders need to load.
    I was trying to utilize the SharePoint List Filter to pull the Title column so the users could filter based on the name and we wouldn't need to pull all of the data each time the library was opened, but it seems that the title and name columns don't hold
    their connection to the list.  Each time I attempt to set the connections and then use the filter, I get the "This filter is not connected" error.
    Is it possible to use this web part in this manner (or is there another web part that will work) or should I suggest moving to meta data instead of a folder structure if they want speed of use?
    Thank you in advance!

    Hi,
    Based on your description, my understanding is that you want to you want filter the document library by the title column so that the users could filter based on the name and don’t need to pull all of the data each time the library was opened.
    Refer to the following steps:
    Open your document library-> choose Export to Excel->in excel, click insert PivotTable,
    create a pivot table in Excel -> use  Report filters
    To filter the title column->save it and upload it to a document library
    Then create a new page in SharePoint  and add the Excel Web Access web part and configure it to display your workbook, (or you can add the Excel Web Access web part in your document library and configure it to display your workbook) Now
    you can filter the document library by the title column.
    Here is a link about how to Create a pivot table in Excel 2010:
    http://www.techonthenet.com/excel/pivottbls/create2010.php
    Here is a link about how to use Report filters:
    http://www.gcflearnfree.org/excel2010/20.5
    Besides, you can refer to the following blog:
    http://consulting.risualblogs.com/blog/2014/09/10/filtering-excel-webparts-in-sharepoint-using-query-string-parameters/
    Best Regards,
    Lisa Chen

  • Trouble using cfincludes with multi-folder structure

    We are rebuilding our site using <cfinclude> to pull in
    standard headers and footers for each page. The headers and footers
    each have many links in them. How can we deal with the fact that
    the pages calling the cfincludes are not all at the same level in
    the folder structure? How can we create one include file for the
    header and one include file for the footer that can each be used
    throughout the site regardless of the level in which the calling
    page is located? Thank you.
    Cheers!
    James

    How can we create one include file for the header and one
    include file for the footer that can each be used throughout the
    site regardless of the level in which the calling page is
    located?
    Create the one header.cfm and the one footer.cfm. Include
    them in Application.cfm/OnRequestEnd.cfm or in Application.cfc.

  • Website folder structure

    I guess I should preface this by saying and all of this is just trying to find "work arounds" because currently EDGE doesn't have any way I can find in the UI for the user to access/modify the folder structure of projects. I guess if you only have a couple of animations on your site then this is not a big issue but what if you have 50 ? I really don't want 150 .js files adding to the clutter of my main site directory, not to mention all the other stuff and posiable conflicting names of image files all thrown in the same "images" folder etc, etc, so there is obviously a real need for the user to be able to control where all this stuff is going in order to keep track of it
    So... I found out the other day how I could manually modify the myProject_edge.js file to move the "images" folder (although it gets to be a pain if you want multi subfolders) so other than editing the location of the "myProject_edgePreload.js" in the html file where do I find/edit the paths for all the other stuff ?
    I assume that the "edge_includes" are a constant and don't change so I would like to put them with all my other .js files. ?
    I would like to group the project .js files into individual "animations" subfolders,  like...
    website/animations/ani1....ani2....ani3 etc
    Then in dealing with all the images. Some of the projects use common elements so I would like a common images folder so I don't have 50+ copies of the same image taking up space. Like
    website/animations/images
    but then I want to keep images unique to a project in a subfolder with the project .js files, like
    website/animations/ani1/images....ani2/images....etc.
    I noticed the other day when i edited the myProject_edge.js image path location to create a subfolder for some SEQ images that if I added images to the folder that edge didn't see them but if i added them to the main images folder that edge did see them, so the only way i found to add images to one of the subfolders was to add the to the main folder, save the project, then edit the myProject_edge.js file again to change their paths to the subfolder, then i was able to use them in the project.  It would be really nice to be able to create subfolders and drag drop images to folders in the "Library" panel.
    how do some of you deal with all the stuff that's tied to a single animation ??
    This would be a different approach to compact everything but could I save each of say 50 animations as a symbol, then create a single edge project and import all my symbols into a single edge project. Then could I using JS within the <body>   call/play a single symbol in a div  in a html page ??
    Joel H

    Hi Joel, all other js files are loaded at the bottom of this file: yourFileName_edgePreload.js
    aLoader = [
        { load: "edge_includes/jquery-1.7.1.min.js"},
        { load: "edge_includes/jquery.easing.1.3.js"},
        { load: "edge_includes/edge.1.0.0.min.js"},
        {test: !hasJSON, yep:"edge_includes/json2_min.js"},
        { load: "test_edge.js"},
        { load: "test_edgeActions.js"}];

  • How to Display folder structure in Content repository as a tree model

    Hi,
    I have a requirement in which i need to display a hierarchical folder structure in UCM as a hierarchical model in my portal. Which approach should I follow. Expecting suggestions.. I'm using jdeveloper 11.1.1.5.
    Thank you

    Sorry , my earlier reply was a bit hasty...
    So do you need a navigation model based on a UCM content query ?
    Or
    Would the document manager taskflow work ?
    And you don't need any MDS customization (Terribly sorry for my post above). The default behavior of the document manager is to display the folder structure on the left and the contents on the right.
    After you add the DocManager taskflow, go to its properties in composer and make sure the layout is selected as "Explorer". Once you do this, you should notice that a new split pane has appeared, and its collapsed by default. Save the page and open the split pane to see a tree structure of the folder hierarchy in UCM.
    Would this work for you ?
    -Jeevan

  • PCD folder structure best practices

    Hi All,
    I'm in de process of modeling the PCD folder structure and would like to get some hints on the best way of doing that.
    I've read Managing Big Portals 1 and 2 and some issues made a lot of sense to me.
    Some specifics:
    -My portal should support three languages, this will specially be the case for KM-related iViews (news, documents)
    -The portal has the perspective of growing considerably in the following months/year following a descentralized KM content management model, possibly moving towards descentralized PCD content management
    I'm leaning towards the following structure:
    KM News
    English
    Roles
    Pages
    Worksets
    iViews
    Portuguese
    Spanish
    KM Documents
    +English
    Portuguese
    Spanish+
    Collaboration
    All Languages
    External Apps
    All Languages....
    Administration
    All Languages
    I still couldn't find a solution I like to the fact that some iViews/Worksets will have the same name for different users..
    Any comments? Sugestions? 
    Thanks in advance!
    Günther.

    frobnicate.foo wrote:
    When the Action has to access some elements in the main frame (e.g. it has to get some data from the currently selected node in the tree), how should this be accomplished? Should I use a static reference of the main frame in my application-class (which holds the main()-method)? Or should I pass in the main frame into the Action while creating the instance?I would pass the main frame to the action(s) that need it. Having a public static member to access your application makes it available to everything in your program, not just the stuff that needs it. In strict OO design, you should shoot for as much data hiding as possible.
    And another related question: Is it common to use the same instance of an Action to use it e.g. for a menu bar and for a button?Yes. That is the point of Actions. If you didn't reuse an Action you'd have duplicate code, once for the menu item and again for the button.
    What if I wanted to have basically the same Action (i.e. the action being performed is the same) but give it two different labels?Although it's been awhile, I seem to recall that if you call setText() on the button/menu item, it "overrides" the name of the Action. e.g. if you have an Action with its NAME property set to "Action", then this menu item will display "Action":
    item = new JMenuItem(action);But this menu item will display "New Text":
    item = new JMenuItem(action);
    item.setText("New Text");

  • Windows Live Mail Storage Structure in Win Explorer not the same as folder Structure in WLM

    How do i make the storage folder structure in Win7 Windows Explorer reflect EXACTLY how i have my email folders structured in WLM? I have several sub-folders in WLM that don't appear in the Win7 Windows Explorer folder structure, and Windows Explorer has
    several folders i deleted from WLM months ago. It makes backing up and reinstalling an absolute nightmare. What's the problem? I'll never find this page again, so kindly email me an answer at [email protected] Thx

    Please repost your query in the more appropriate Windows Community forums here..
    http://answers.microsoft.com/en-us/windows/forum/windows_7-ecoms
    Note however that the WLM 'file structure' is essentially different to the Windows file structure, so what you appear to want to do may not be possible.
    (Moving the thread to the 'Where is the Forum For...?' forum, as it's not related to WGA issues)
    Noel Paton | Nil Carborundum Illegitemi
    CrashFixPC |
    The Three-toed Sloth
    No - I do not work for Microsoft, or any of its contractors.

  • Change the folder structure in Adobe Muse?

    I have a website created in Adobe Muse, but I don't like how all the pages are shown like this in the address bar: http://www.mydomain.com/musefile.html no matter where on the site you are.
    I'm publishing the site through Business Catalyst, but I'm afraid of tinkering with the file structure in there. I really would like to put the html files into subfolders so I can create a structure like this: http://www.mydomain.com/submenu1/index.html
    Then I could have all the different menu categories into subfolders, and the links in these categories in the correct subfolders.
    How do I go about doing this?
    You can see the temporary site at www.copycat.as

    Hi,
    Beacause Muse doesn't have an option for creating folders it is not possible to create the desired structure in Muse and this folder structure will have to be created in BC or if you choose to connect over FTP to your site.
    If you need help using FTP go through this article: http://kb.worldsecuresystems.com/153/bc_153.html (it's easier to create the folder structure).
    What will be helpful in this case, and Muse will keep all the configurations inside your project, will be to create your menu items manually and specify the path for your files using the field next to the Hyperlink for each item. However, this method is not recommended unless you know how links works on different levels (folders)
    I hope this gives you a clear view about how it can be done.
    Regards,
    Cristian

  • ACL / ACE - Copy folder structure including all rights

    Dear readers
    A question about the proper settings in ACL/ACE for to copy a given folder structure incl. all ACL/ACE rights.
    Situation:
    On a OS X server, the admin user did setup a sample structure of folders and files with the corresponding access rights.
    Now this folder structure has to be accessible for the "normal" users in a shared folder.
    This sample folder must be secured against changes from "normal" users BUT if it is copied it must keep all the set access rights.
    Question:
    What's the best way to do so?
    1) Set the protected flag of the most top level folder of this sample structure folder set at it's done?
    2) Use of a Apple Script to achieve this?
    3) Use of a Bash Script to achieve this?
    4) Can only be done as the admin user which did setup this structure?
    5) Other best effort suggestions to achieve this?
    Known things:
    - chmod is involved to do it on terminal
    - It must be possible as the system does something similar when a new user is created.
    Thank you in advance for anyones help and suggestions.
    Any note and suggestion for easy-to-read and illustrated documentations are welcome.
    Kind regards
    Tho

    Take a closer look at the ditto(1) man page in Terminal.

  • ADF11g - integration with OIM -folder structure for OIM configuration files

    Hi All,
    I'm trying to make call to a remote OIM using OIM API, from my ADF backing bean onclick of a button
    on the JSPX page.
    I'm able to compile the page, but the issues I'm facing is that I'm not able to read the configuration details
    specified for OIM connectivity from the OIM configuration files (authwl.conf, xl.policy, xlconfig.xml).
    So do any one know what is going to be the folder structure for these config files (OIM), when we are integrating to
    this API from ADF backing bean.
    Thanks All .
    Thanks & Regards,
    Dharmathej M

    Hi Daniel, thanks for the response but i readed that doc before asking here and that's one of the reasons of my question.
    On the first line of the doc it says *"This appendix includes instructions that describe how to configure WebSphere so that Oracle Identity Manager (OIM) and Oracle Identity Analytics (OIA) can be installed on separate servers."*
    It assumes both products are on different servers and also the creation of an new profile and node for oia.
    WAS_NDS_HOME/AppServer/bin/manageprofiles.sh -create*
    -templatePath WAS_NDS_HOME/AppServer/profileTemplates/managed*
    -profileName oia-managed01 -profilePath WAS_NDS_HOME/profiles/oia-managed01*
    -nodeName oia-managed01-node01 -hostname hostname*
    Integrate the OIA node to the OIM Cell by typing the following command on the OIA Machine:*
    cd OIM_HOME/xellerate/setup; ./xlAddNode.sh oia-managed01 oia-managed01-node01 192.168.21.9 8883 xelsysadm password1*
    Our intention is to use same machines, servers,... oim is using so we don't need to use extra machines or create extra websphere objects.
    Any tips on that?
    Regards.

  • How do I move photos in a Smart Collection and keep folder structure?

    HI there I am on a trial of Lightroom and loving it so far.  One seemingly simple task I would like to try out is moving all my RAW files (which are all mixed up with JPGs and PSDs to a new location and keep the current folder structure.
    Currently I have files strcutured like this: <main disk>\<year>\<month>\<filename>.cr2 and I would like to move these to <different disk>\<year>\<month>\<filename>.cr2
    The Export functions look as if they will put them all in to one big folder?  Any ideas?
    Many thanks in advance.

    There are several approaches to this problem. You could do this via the Folders panel in LR. You can do just about everything in the Folders panel that you can do in Explorer or Finder. Just create folder and drag and drop.
    Another way is to do this outside LR use Explorer (Windows) or FInder (Mac). after you're done then go back into LR and tell LR where to find the moved files. Depending on how many you have this could be a bit tedious.
    Another method is to choose the files you want then Export them as a Catalog. When you do this be sure to include the option to export the negatives. Point the new catalog at you other drive. It will recreate the folder structure during the export. Then remove the images from your present catalog. Don't delete from disk just remove. Now import from catalog and choose the newly exported catalog. This time choose the option to add the files without moving them. Once you are sure everything is back and is fine you can use Explorer or Finder to go into your original file structure and delete the files that were moved to the new drive.  Be careful to only choose the moved files. If you are separating the RAWs out this should be relatively easy.
    I hope that helps!

  • How can I batch move files to the same folder structure in a different location?

    Hi,
    I recently had an issue with my iTunes Library so I used the Organize Library feature to have iTunes organise my library.  What happened was that it put all of my music in a folder called 'Music' on my external hard drive, whereas previously it was not in a folder at all, e.g.
    BEFORE: External Hard Drive / Abba / Greatest Hits / Mama Mia.m4a
    AFTER: External Hard Drive / Music / Abba / Greatest Hits / Mama Mia.m4a
    I don't have any particular issue with the updated folder structure, except that I had copies of the artwork for each album in my album folders, and these weren't moved when the audio files were moved/consolidated/organised.  So I need to find a way of moving all of the artwork to the new folders, e.g.
    External Hard Drive / Abba / Greatest Hits / folder.jpg
    needs to become:
    External Hard Drive / Music / Abba / Greatest Hits / folder.jpg
    I have to do this for 3,000+ albums, and I have multiple artwork files for some albums, so I am hoping that there is a way of doing this using a batch/automated method of some kind, but I haven't been able to turn up anything yet.
    Can someone help with this?
    Thanks,
    Nick

    You can make a smart playlist containing episodes of both series and play from that. Podcasts are linked together by the URL they are served from so merging ongoing series isn't really practical.
    tt2

  • Hi. I am having trouble with the folder structure.

    I import my pictures like probably most Lightroom users.
    They go to:
    Pictures / (Year)  / (Subfolder name crated checking "Into Subfolder" during import)
    Recently, after upgrading to Yosemite, when I import to this structure, Lightroom creates a folder visually outside it. Above, the "01_Sao_Paulo" folder should appear inside 2015 while "12_Atacama" and "12_Hasselblad" under 2014. The right folders were actually created when I check them in Finder.
    And when I try to move the folders under the right folder structure, Lightroom recognizes  that the folder already exists.
    My question two questions are:
    1. How do I make the folders appear correctly under the right folder structure?
    2. How do I make Lightroom stop creating the folders outside the structure on my next imports?
    Thanks for any help.

    Back up your iPhoto library, Depress and hold the option (alt) and command keys and launch iPhoto - rebuild your iPhoto library database
    LN

  • Using Metadata to generate view as conventional folder structure

    Can Metadata be used to generate a view as the conventional folder drill-down?
    I have a list with metadata for different projects, releases, content type etc and I would like to view them in folder structure with different hierarchies, i.e. using projects--> releases--> content-type as well as release --> projects --> content-type.
    I have asked the same question at : http://stackoverflow.com/questions/22693036/using-metadata-to-view-as-conventional-folder-structure

    Hi,
    If your metadata is based on a hierarchical term set you could use ‘Metadata Navigation’.
    You may have to change your information architecture a bit to accommodate this approach. More info on ‘Metadata Navigation’ here:
    http://office.microsoft.com/en-gb/sharepoint-server-help/configure-metadata-navigation-for-a-list-or-library-HA101820113.aspx
    Hope this helps
    Cheers
    Matt

  • How to make file folder structure from virtual folders

    lv 2013 sp1
    This is the layout of an example project, (please don't mind the horrible naming)
    When i create a source distribution.. no matter what settings I try, the preview is always like this:
    But I want the folder structure from the build to become as the virtual folder structure. is there any way of doing this without moving them by hand in the file explorer tab?
    Solved!
    Go to Solution.

    Unless you use auto-populating folders (which I don't like), the virtual folders are not meant to reflect the location on disk, so it certainly won't be automatic.
    I don't have experience with source distribution, but other build types have the option of configuring destination folders in the Destinations category and then assigning these destinations to items in the projects (including virtual folders, which then takes all the elements inside it) either in the same category or in the one under it, I can't check. I expect that you can do the same in a source distribution.
    Try to take over the world!

Maybe you are looking for

  • Oracle jpublisher bug or bug in Oracle database 10g ?

    Hello, i`m trying to call web service from pl/sql in oracle database 10g v10.1.0.2.0. I`ve used this tutorial: http://www.oracle.com/technology/sample_code/tech/java/jsp/callout_users_guide.htm used oracle as 10.1.3 web service callout pack for 10g v

  • Why are deleted user accounts showing up in login window and fast user switching menu?

    There are several old user accounts, just test accounts when I was studying for ACSA that I deleted, which continue to show up in the login window and the fast user switcher menu. I deleted them before upgrading to Lion (I think it was before). The a

  • Auto-Acknowledgement of Alarms

    Hi, I have installed SunMC 3.5.1b in my server. I would like to acknowledge the alarms after every notification automatically. Base on the user guide, all i need to do is to choose the alarm tab and configure it to "clear" in the event of any alarms.

  • Problem with Material Stock

    Dear all, My client wants to implement POD as the customer wants to be billed only on receipt of the material. We have made the necessary setting for POD. Now when we do PGI for the delivery the stock for that material is moved by 601 movement type.

  • Premiere Elements 11 crashes when importing from a DVD

    Hi, I'm having trouble with my Adobe Premiere Elements 11.  I am trying to get footage off a set of DVDs I shot a while back (shot on a DVD cam, I forget what  the model is cuz it wasnt mine)  Anyway,  Everything went fine for the 1st 3 DVDs,  but wh