How do I rebuild my site

Somehow I managed to do somthing to my site folder and only a handfull of the files are there. I reviewed all the folders at the system level and the structure and files all appear to be there. Manage sites looks OK
How do I rebuild my site.
Jim
Nancy, are you there? :-) :-(

My web site structure is all located on "system level" drive D:. When I look at the structure starting with the top site folder on drive D: all the folders and files are there. They just do not show in Dreamweaver. See the two screen shots.
The Dreamweaver site structure was and should be a mirror image of  the system level folders.
For example: the Includes folder contains 13 html files. Dreamweaver only show 6. But all 13 are there at the system level.
More than half the folders disapeared after I made a new folder entry. I have been racking my brain for what I could have done.
Jim

Similar Messages

  • How I restore my iWeb site?

    Hi!
    I have made my site with iWeb one year ago.
    Now I had to make fresh install of OSX so how can I restore all material
    back to my empty iWeb?
    Az

    Unless you have a backup copy of the Domain.sites2 file that resided in your Users/Home/Library/Application Support/iWeb folder you will have to rebuild your site from scratch. Chapter 2.3 on the iWeb FAQ.org site has tips on using some of the existing files, image, audio, video, etc., from the published site in the creation of the new site.
    OT

  • How do I publish my site without using MobileMe?

    I have been publishing an iWeb designed website to my own domain name for more than a year without using MobileMe.
    Had a computer repair done and Apple did a clean install. I am now rebuilding the site because my files don't talk to iWeb after reinstalling the software. Yes, I had everything backed up three different ways, including TimeMachine, but the external drive died at the same time as my laptop.
    Now I can't figure out how to just use my ftp to publish. Every time I try, it wants me to use MobileMe. I don't want to use MobileMe. How do I get to an option to just enter my URL and publish the site?
    Previous versions of iWeb 09 gave me a screen to put in my URL, but not the latest permutation of iWeb 09. Help!

    Greetings,
    Sorry to hear about the loss of data. Multiple backups are a good idea. I burn my iWeb domain file to a CD (along with my calendars and addressbook) once a month as well as maintain a Time Machine backup. I use MobileMe's backup program to trigger these backups, however if you are not a MobileMe member you can search online for other backup programs that can do this for you on a regular basis.
    You can input your FTP host settings by following the steps in the iWeb help menu under "FTP": http://docs.info.apple.com/article.html?path=iWeb/3.0/en/6838.html
    Hope that helps.

  • How to setup three SharePoint sites on one server?

    Hello,
    How to setup three SharePoint sites on one server?  I have three sites like:
    http://site1
    http://site2
    http://site3
    And need to have them running up on one server. I recall some changes need to be done to the host file, but not sure.  Can you advise on what to change?
    Thanks,
    Paul
    Paul

    you need to make entries in DNS to get this done.
    check here:http://spshare.blogspot.com/2012/05/how-to-create-host-header-web.html
    nice blog with step by step explanation:
    http://thuansoldier.net/?p=1323
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • How do you stop mobile sites from loading in safari automatically on my iPad? I can't log into mobile me because of this.

    How do you stop mobile sites from loading in safari automatically on my iPad? I can't log into mobile me because of this.

    The me.com website is not designed for or intended to be accessed by iOS devices. Apple provides support in iOS or seperate Apps for accessing all aspects of MobileMe except for the Accounts section.
    Use MobielMe as intended and you'll have no problems.
    See: http://support.apple.com/kb/ts1673
    Even if you use a different browser to get access to me.com on iOS, you'll find most of it is unusable.
    Other websites that present you with the mobile version have been programmed to do so by their developers. They specifically look for users accessing from 'mobile' devices and switch to the mobile site. Many such sites provide a link to go back to the 'full' site, if not, there's not a lot you can do except use a browser that can pretend not to be a mobile browser.

  • How to create a muse site in various languages with multiple domains

    I have been asked to create a website for a product. A very simple website with maybe one or two pages and one product for sale for which the client would like Paypal as the payment gateway. Simple right?
    No! This client would like to market their product into Europe, they would like to purchase multiple European domains ( .fr, .de for example).
    So how on earth can I do this? I will be using Muse for build and Business Catalyst for hosting.
    Bearing in mind the client will not want to pay for separately hosted sites. Is there a way of translating the text for each domain. Or could I assign multiple domains but direct them to different home pages within the same site?
    I haven’t a clue how to problem solve this.

    Hi,
    Some links that might be useful,
    how to set up a multilingual website with Adobe Muse and push it live to Adobe Business Catalyst
    Re: How can i create different languages for my page?
    How can i create a multilingual website?
    how to create a multilingual site
    Do let me know if you have any question.

  • Can't figure out how to keep two different sites...

    How can I keep two sites and be able to get to both of them. When I create an iMovie and go to the share tab to share it wants to put it in the last site I created. What if that's not the site I want it on? I can't figure out how to go back and forth to the sites and update them without them writing over each other...

    Baldredlion:
    Regarding Varkgirls suggestion about iWebSites:
    I use iWebSites to manage multiple sites.. It lets me create multiple sites and multiple domain files.
    If you have multiple sites in one domain file here's the workflow I used to split them into individual site files with iWebSites. Be sure to make a backup copy of your Domain.sites files before starting the splitting process.
    This lets me edit several sites and only republish the one I want.
    Do you Twango?
    15 MBP 2.16Ghz; G5 Dual Core 2GHz, 2G RAM, 250G HD; G4 Dual 1Ghz, 1.5G RAM;   Mac OS X (10.4.9)   22" LCD, 710G FW HDs, Canon: SD700IS/i850/LIDE 50, Epson R200, 30G iPod, 2G Nano

  • How do I transfer a site to another member to use?

    How do I transfer a site to another member to use?

    http://forums.adobe.com/community/download_install_setup/creative_cloud_faq
    -has a link to manage your membership which may help

  • How to check if a Site Column is being used before deleting

    Hi All,
    Before deleting a SharePoint Online site column I would like to check to see if it is being used by any list or library. I know how to do this when the site is on
    premise using a PowerShell script.
    $web
    = Get-SPWeb
    http://”sitecollectionurl”
    $column
    = $web.Fields[“Column Display Name”]
    $column.ListsFieldUsedIn()
    but I am having problems doing it on a SharePoint Online site. I know how to connect to the site, but I can not find any information on getting the field details,
    like above.
    if ((Get-ModuleMicrosoft.Online.SharePoint.PowerShell).Count
    -eq0) {
    Import-Module
    Microsoft.Online.SharePoint.PowerShell -DisableNameChecking
    $username
    = "[email protected]"
    $url
    = "https://mySite.sharepoint.com/sites/Dev"
    Write-Host
    "Connecting to SharePoint Online, URL = $url"
    try
    Connect-SPOService
    -Url $url /
    -credential $username
    Write-Host "Successfully connected.."
    -ForegroundColor Green
    $web =
    Get-SPOSite -Identity
    https://mySite.sharepoint.com/sites/Team1
    $column
    = $web.Fields[“Column Display Name”]
    $column.ListsFieldUsedIn()
    =
    $web.Fields[“Page Content”]
    catch
    Write-Error "Failed to connect to
    $url - check the credentials and URL!"
    $_
    Write-Host
    "Disconnecting from SharePoint Online, URL =
    $url"
    Disconnect-SPOService
    Write-Host
    "Successfully disconnected.."
    -ForegroundColor Green
    Does any know what I am doing wrong, or does anyone have a script examples.
    Many thanks
    Colin

    Hi Colin,
    Unfortunately the Get-SPOSite doesn't return a fully fledged SPWeb object like you're used to in On-Prem PowerShell.
    The only way to get at particular objects like this is to use CSOM in PowerShell, however even then it doesn't return quite the same object that you see on prem. (In short, the method you want doesn't exist.. but I'll show you how to get there at least.)
    You'll need the Microsoft.SharePoint.Client.dll installed (You can download the SharePoint 2013 Client SDK, just do a search for it.)
    Once that's installed, then the following script will retrieve a single column which you can then run
    $column | gm to see the available properties.
    $siteCollectionURL = "https://<tenantname>.sharepoint.com/sites/etc"
    $Credentials = Get-Credential -UserName "[email protected]" -Message "Enter the password for $AdminUser"
    ##Then we'll establish a ClientContext for CSOM.
    $scContext = New-Object Microsoft.SharePoint.Client.ClientContext($siteCollectionURL)
    $SPOcredentials = New-Object Microsoft.SharePoint.Client.SharePointOnlineCredentials($Credentials.UserName, $Credentials.Password)
    $scContext.Credentials = $SPOcredentials
    $web = $scContext.Web
    $siteCols = $web.Fields
    $column = $sitecols.GetByInternalNameOrTitle("ColumnInternalName")
    $scContext.load($web)
    $scContext.load($siteCols)
    $scContext.Load($column)
    $scContext.ExecuteQuery()
    Once you run that, $column contains as much info as you can get about the column.
    Paul.
    Please ensure that you mark a question as Answered once you receive a satisfactory response. This helps people in future when searching and helps prevent the same questions being asked multiple times.

  • How to edit the top sites on safari 7.0.1

    The edit button that usually sits at the bottom of the top sites page in safari no longer exists and i can't figure out how to change my top sites or the amount of top sites displayed.

    Safari 7
    Top Sites Edit button is moved to top left corner the tile from the bottom left corner.
    Hover the mouse pointer near the top left corner of the tile,
    Edit button and the pin should appear.
    Best.

  • My iPhoto '08 (v 7.1.5) shows a blank screen (no photos). How do I rebuild it from my iPhoto library.  Thanks!

    My iPhoto '08 (v 7.1.5) shows a blank screen (no photos). How do I rebuild it from my iPhoto library.  Thanks!

    Try these in order - from best option on down...
    1. Do you have an up-to-date back up? If so, try copy the library6.iphoto file from the back up to the iPhoto Library (Right Click -> Show Package Contents) allowing it to overwrite the damaged file.
    2. Download <a href="http://www.fatcatsoftware.com/iplm/"><b><u>iPhoto Library Manager</b></u></a> and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.
    3. If neither of these work then you'll need to create and populate a new library.
    To create and populate a new *iPhoto 08* library:
    Note this will give you a working library with the same Events and pictures as before, however, you will lose your albums, keywords, modified versions, books, calendars etc.
    In the iPhoto Preferences -> Events Uncheck the box at 'Imported Items from the Finder'
    Move the iPhoto Library to the desktop
    Launch iPhoto. It will ask if you wish to create a new Library. Say Yes.
    Go into the iPhoto Library (Right Click -> Show Package Contents) on your desktop and find the Originals folder. From the Originals folder drag the individual Event Folders to the iPhoto Window and it will recreate them in the new library.
    When you're sure all is well you can delete the iPhoto Library on your desktop.
    In the future, in addition to your usual back up routine, you might like to make a copy of the library6.iPhoto file whenever you have made changes to the library as protection against database corruption.

  • How can I get my site back (done with Iweb) on my new hard drive? I had to change my hard drive after droping my computer.

    Can someone help me. I had to change my hard drive few weeks ago and lost everything. I made a site via iweb and my site is still on line but I don't know how can I get my site back on my iweb with my new hard drive.

    Patrick ~ Welcome to the Support Commuities. Here's where iWeb's key Domain file (containing your site data) is usually located:
    ...But rather than backing up just that file, consider using Time Machine and/or SuperDuper.

  • ITunes forgets my CD files...how do I rebuild tune database? - Revisited

    Hi:
    I tried follwoing your advice.
    I can do the Ctrl-A to select all songs in the iTunes libary.
    I can right-click and select Delete,
    but when I do, I do not get the 3 options that you mentioned
    (Cancel, Keep Files, and Move To Recycle Bin)
    I get a dialog box stating:
    Are you sure you want to remove the selcted songs from your iTunes library?
    These songs will also be remove from any iPod or iPhone which synchronizes with your iTunes library.
    Why am I not getting the options you stated above ?
    I have seen you oprions on a Mac at best Buy, but I am running an HP laptop under Vista Home Premium.
    Then has a Remove or Cancel button to be clicked.
    If I follow through with the above, will it wipe out my music library ?
    How do I go about rebuilding the databse ?
    Thank you
    DaleB
    HP dv6500z laptop Windows Vista
    ==========================================================================
    Toocan
    Posts: 54
    From: Gauteng, South Africa
    Registered: Jul 23, 2008
    Re: iTunes forgets my CD files...how do I rebuild tune database?
    Posted: Aug 17, 2008 10:27 PM in response to: DaleB Reply Email
    Sorry DaleB, I have redone my library so many times, I forgot about this prompt. Just click 'yes'/'remove' to that question.
    Reloading the library will only make your iPod resync again, thats all.
    Intel Windows XP Pro P4, 3.4GHz, 3GB RAM, XP SP3 - iPod 80GB Classic
    ===========================================================================
    DaleB
    Posts: 145
    Registered: Jan 18, 2006
    Re: iTunes forgets my CD files...how do I rebuild tune database?
    Posted: Aug 18, 2008 4:02 AM in response to: Toocan Reply Email
    Hi:
    You tell me to click "Yes" / "Remove" when prompted by iTunes with
    "Are you sure you want to remove the selcted songs from your iTunes library?"
    but when I do, I do not get the 3 options that you mentioned
    (Cancel, Keep Files, and Move To Recycle Bin) ?
    Thank you
    DaleB
    ==============================================================================
    DaleB
    Posts: 145
    Registered: Jan 18, 2006
    Re: iTunes forgets my CD files...how do I rebuild tune database?
    Posted: Aug 18, 2008 4:13 AM in response to: Toocan Reply Email
    Hi:
    A related issue.
    I made a copy (backup ?) of the Music folder in Windows Vista Home Premium 32-bit OS, to my Desktop. If something corrupts the Music in iTunes, will this be a "good enough" backup to be able to restore the music by moving it back into the Music folder, or will soemthing be missing ?
    Thanx !
    DaleB
    ==============================================================================

    Hi:
    I did not move them arounsd outsice of iTunes.
    I copied & pasetd them in iTunes, but in some cases, they became subfolders.
    e.g., I may have a main folder in iTunes called "Rolling Stones", and subfolder iteled after their Greatest Hits album "Hot Rocks". Initially,
    Hot Rocks was a folder at the same level as Rolling Stones. Thenm I create a subfolder within Rollng Stones and then copied and pasted all of the MP3 files from the main folder (Hot Rocks) into the subfolder (Hot Rocks), and then deleted the main folder (Hot Rocks). But, iTunes now tells me it can find the songs. The Apple guy at best Buy showed me how to delete the current database without deleting the actual tunes, and then rebuild the database, all in a few mouse clicks. But, this was on a Mac...I do not know if iTunes for Windows has the same menu features as the Mac version. I just forgot the steps that he went through.
    DaleB

  • How can I determine what sites are being referenced within Central Admin Upgrade and Migration Manage Databases Upgrade Status?

    When I go to Central Admin > Upgrade and Migration  > Manage Databases Upgrade Status, I have 2 content databases which have the status:
    Database is up to date, but some sites are not completely upgraded.
    How can I determine which sites are not completely upgraded?

    Manage Databases Upgrade Status will provide you all active and offline DB details, you can get same result
    using below PowerShell cmdlet.
    Get-SPDatabase and Get-SPContentDatabase will provide all active database/Content DB in Farm which include Service application db, central admin DB.
    Get-SPDatabase | Format-Table Name, ID
    Coming back to your question, if you find that there are some site are not completely upgraded then run below command and understand the cause if issue on specific DB.
    Test-SPContentDatabase WSS_ContentDB_Name
    If you find any missing file issue in DB then resolve these issue to upgrade content database.
    (verify all customizations referenced within the content database are also installed in the web application. This cmdlet can be issued
    against a content database currently attached to the farm, or a content database that is not connected to the farm )
    Use the Upgrade-SPContentDatabase cmdlet
    to resume a failed database upgrade or begin a build-to-build database upgrade against a SharePoint content database
    Upgrade-SPContentDatabase WSS_Content
    reference:
    http://technet.microsoft.com/en-us/library/ff607813(v=office.15).aspx
    http://technet.microsoft.com/en-us/library/ff607941(v=office.15).aspx
    If my contribution helps you, please click Mark As Answer on that post and
    Vote as Helpful
    Thanks, ShankarSingh(MCP)

  • How to link the main site menu to an anchor on a subpage?

    How to link the main site menu (masterpage) to an anchor possition on a subpage? Is that possible. I would like the the contact menu to link to specific anchors  location contact FAQ hours. The way I do it now. I have to create seperate html pages, I would rather do it on one page. Thanks
    http://beta.tmj-sleep.ca/index.html

    Hello,
    To link a website Menu to anchors on any page in the website, you need to create a manual menu using the Menu Widget. You can change Menu to a manual Menu by clicking on the white arrow in Blue Circle which comes up at the top right of the Menu (Menu properties) and select the Menu type as Manual. Please have a look at the screenshot below :
    Now you can add change/add the text there and when you select the text/menu item then from the Hyperlink drpdown at the top in the toolbar, you can select the name of the anchor on any page of your website.
    Anchors are listed in Hyperlink dropdown in this format - Page Name:Anchor Name.
    Hope this helps.
    Regards,
    Sachin

Maybe you are looking for

  • WLC 2504 problems with one IP address range

    I am having an interesting issue configuring a new 2504. How it is setup: Port 1 management with vlan tagging on vlan 111 Port 2 trunking with ap-manager2 on vlan 3, 102 on vlan 102 (Not ap-manager), and 1001 on vlan 1001. All of the vlans have disti

  • Forms doesn't show up after R12 fresh install on OEL5

    Application Version : 12:11 OS Version: OEL5 All Services came up but the forms sessions are not opening up ! I compiled all the forms still it was not showing up ! by throwing error. Restarted Forms Server couple of time but still it was showing bel

  • Hide Units

    Hi all, How to hide units in the report result display? in BI 7.0 queries. for Ex: im getting a value dispalyed as "4029.12 PC". I need to hide the Units "PC" in the report result. Please guide me in this issue. Thanks in Advance. Regards, Ravi

  • Axes color for graphs

    My problem is specifically with the X-Y graphs, but I think it applies to other graph types also.  I know how to change the color of the grid lines (major and minor), but what about the X-axis or Y-axis itself.  I am stuck with thin yellow axes when

  • Please help with how to remove attribute

    Hi to all, I am having some serious problems with removeAttribute (or more like remove anything). I want to remove an attribute from an element, but it just doesn't seem to work no matter what I do. The following is an example of the xml: <diffgr:dif