I want to  change  my website but  he changes   are not published, though it says it does, but wenn i visit the website is still is the old website

I succeeded in publishing my website, but    I did not succeed in  publish the Changes via FTN,  only the old website appeares, although  after publishing IWeb says  that  everything is published. but hwhen i visit the site it  keeps being the old site

The link you posted gives be a 404 not found message. 
The reason you're getting the repeat is because your site name is wilgenroos.nl and the first page of your site is wilgenroos. 
The standard URL for domain names that are forwarded with the CNAME method is:
http://www.domain_name.com/site_name/page_name.html.
You can change the site and page names in iWeb to give you something more informative about the site and page.
If you're publishing to a  3rd party server and want to get rid of the site name in the url and only have
http://www.domian_name.com/page_name.html
do the following:
publish the site to a folder on your hard drive (already done)
use Cyberduck to upload just the contents of your site folder to the root folder of your account on the server.
You should delete the old site folder and files that are currently there beforehand.

Similar Messages

  • New changes are not getting reflected in the bam reports.

    Hi
    I have created a BPEL process and it polls the data from a table and populate an object created in Bam.I have accomplished the above task by createing two database adaptors.One is on 10g database and another one is on Bam database.I have created a view based on the bamobject and used a database adaptor to populate the data. BPEL process is populating the data properly to that bamobject but those changes are not reflecting to bam reports automaticaly. We need to refresh the report or reprompt the report to see the changes.Could some help me to reslove this issue.
    Thanks in advance
    Laj Abraham

    Hi charles
    I have tried that option too.But that is also not working. BPEL Procees is able to populate the BAM object with the help of the sensor.But those changes are not getting reflected in BAM Reports.But if i create or update an existing record in BAM object through BAM Architect, those changes are getting reflected in BAM Reports(No manual intervention is required).
    Your help in this regard is highly appreciated.
    Thanks
    Laj Abraham

  • Changed a webpage with new photos and text, uploaded it to FTP. But when I visit the website, the old version of the page is there instead of the new page.

    I changed one of my webpages, adding pictures with hyperlinks and text. When I preview the website and webpage the changes appear. I upload it with Muse's FTP uploader and everything goes smoothly. But when I visit the website, it displays the old version of the webpage.

    I have the same issue.
    Yes, I use a third party FTP client. I have cleared browser history and cache. Still shows up. I even DELETED the entire site and re-uploaded the new one with the same results. What am I missing? Why does the old page keep showing up? Tried 3 different browser apps and a different computer.

  • I recently changed my email address at the online iTunes website. Now I can't update my apps because the log-in shows the old email address, but won't accept the old password.

    I recently changed my email address at the online iTunes website. Now I can't update my apps because the log-in shows the old email address, but won't accept the old password. How do I fix this?

    To Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact
    Note:
    Anything Downloaded with a Particular Apple ID is tied to that Apple ID and Cannot be Merged or Transferred to a Different Apple ID
    Apple ID FAQs  >  http://support.apple.com/kb/HT5622

  • HT4075 I tried the steps mentioned above but the changes are not being saved.

    I am not able to edit or merge PDF files. I followed the steps mentioned in the Mac support community but the changes are not being saved. Any solution to this?

    The link you posted gives be a 404 not found message. 
    The reason you're getting the repeat is because your site name is wilgenroos.nl and the first page of your site is wilgenroos. 
    The standard URL for domain names that are forwarded with the CNAME method is:
    http://www.domain_name.com/site_name/page_name.html.
    You can change the site and page names in iWeb to give you something more informative about the site and page.
    If you're publishing to a  3rd party server and want to get rid of the site name in the url and only have
    http://www.domian_name.com/page_name.html
    do the following:
    publish the site to a folder on your hard drive (already done)
    use Cyberduck to upload just the contents of your site folder to the root folder of your account on the server.
    You should delete the old site folder and files that are currently there beforehand.

  • I want to change my region and everytime it says my itunes match subscription is active. I disabled the auto renewal without any success!! I even called apple support that promised me to call within 2 I want to change my, that was 10 days ago!! Any help??

    I want to change my region and everytime it says my itunes match subscription is active. I disabled the auto renewal without any success!! I even called apple support that promised me to call within 2 hours, that was 10 days ago!! Any help??

    Hi Roger
    Thank you for your reply.
    My original feed is: http://casa-egypt.com/feed/
    However, because I modified the feed http://feeds.feedburner.com/imananddinasbroadcast and nothing changed, I redirected it to another feed and then I deleted this feed.
    Is there any way to change the feed in itunes? The only feed I have now is  http://feeds.feedburner.com/CasaEgyptStation
    I tried to restore the feed http://feeds.feedburner.com/imananddinasbroadcast but feedburner refused.
    I know that I missed things up but I still have hope in working things out.
    Thanks is advance.
    Dina
    Message was edited by: dinadik

  • Display Do u want save changes or not? message while closing the window

    Hi All,
    I have one requirement.I developed one form that contains 4 windows.
    I entered in the 3rd window and i have made some changes but not saved.when i close 3rd window it is not giving any message like 'Do u want save changes?'after closing the 3rd window cursor will go to 2nd window.if i open 3rd window again it is propmting the message(Do u want save changes or not?).How can i get this message while closing the 3rd window?
    i have written the following code in app_custom body
    IF (wnd = 'WINDOW1') THEN
    app_window.close_first_window;
    ELSIF (wnd = 'WINDOW3') THEN      
    lv_wnd_status := get_window_property('WINDOW2',VISIBLE);
    IF lv_wnd_status = 'TRUE' THEN
         go_item('BLOCK2.ORDER_NUMBER');
         set_window_property ('WINDOW3', visible, property_false);
    ELSE
    app_window.close_first_window;
    END IF;
         ELSIF (wnd = 'WINDOW2')
    THEN
    lv_wnd_status := get_window_property('WINDOW3',VISIBLE);
    IF lv_wnd_status = 'TRUE' THEN
    set_window_property ('WINDOW2', visible, property_false);
    ELSE
    app_window.close_first_window;
    END IF;
         ELSE
    app_window.close_first_window;
    END IF;
    Can anyone give me some idea.
    Thanks in Advance
    Edited by: DhanaSurya on Apr 27, 2010 9:41 PM

    Iis this the only code which you used to hide/display window?
    Might be some navigation is happening in your form. Like if there is relationship between window2 and window3's block and when you access the window2 then you try to move to the next reocrd and then you are try to go to the WINDOW3's block.
    Or there is any CLEAR_BLOCK built-in bieng use in you form.
    -Ammad

  • Upgrading from an iPad1 (os 5.5.1) to iPad Air.  I want to still use the original, but want to transfer my iPad 1 stuff to my new iPad.  Do I restore (doesn't that also restore the old os?) or set up as new?

    I'm ipgrading from an iPad1 (os 5.5.1) to a new iPad Air.  I want to still use the original, but want to transfer my iPad 1 stuff to my new iPad.  Do I restore (doesn't that also restore the old os?) or set up as new?
    Also, every time I get a new device and transfer stuff from the old, I wind up with no folders.  How can I avoid that this time? 
    Thanks in advance!

    Make a backup of your old iPAd to itunes or iCloud.
    Then restore from that backup when setting up the new iPad Air.
    The restore will put your data onto the new iPad.  (The Os will remain at 7).
    Folder structure is a little iffy. Since backups don't restore Apps, only data, you would still need to re-download the Apps to the new Air and as such would need to create the folders for them.
    Apple wrote:
    iTunes will back up the following information
    Camera Roll (Photos, screenshots, images saved, and videos taken.
    Note: For devices without a camera, Camera Roll is called Saved Photos.
    Contacts* and Contact Favorites (regularly sync contacts to a computer or cloud service such as iCloud to back them up).
    Calendar accounts and subscribed calendars.
    Calendar events.
    Safari bookmarks, cookies, history, offline data, and currently open pages.
    Autofill for webpages.
    Offline web application cache/database.
    Notes.
    Mail accounts (mail messages are not backed up).
    Microsoft Exchange account configurations.
    Call history.
    Messages (iMessage and carrier SMS or MMS pictures and videos).
    Voicemail token. (This is not the voicemail password, but is used for validation when connecting. This is only restored to a phone with the same phone number on the SIM card).
    Voice memos.
    Network settings (saved Wi-Fi hotspots, VPN settings, network preferences).
    Keychain (this includes email account passwords, Wi-Fi passwords, and passwords you enter into websites and some other applications. If you encrypt the backup, you can transfer the keychain information to the new device. With an unencrypted backup, you can restore the keychain only to the same iOS device. If you are restoring to a new device with an unencrypted backup, you will need to enter these passwords again.)
    App Store Application data (except the Application itself, its tmp and Caches folder).
    Application settings, preferences, and data, including documents.
    In-app purchases.
    Game Center account.
    Wallpapers.
    Location service preferences for apps and websites you have allowed to use your location.
    Home screen arrangement.
    Installed Profiles. When restoring a backup to a different device, installed configuration profiles are not restored (such as accounts, restrictions, or anything which can be specified through an installed profile.) Any accounts or settings that are not associated with an installed profile will still be restored.
    Map bookmarks, recent searches, and the current location displayed in Maps.
    Nike + iPod saved workouts and settings.
    Paired Bluetooth devices (which can only be used if restored to the same phone that did the backup).
    Saved suggestion corrections
    Trusted hosts that have certificates that cannot be verified.
    Web clips.

  • How can I change my old Apple ID? I have a new one created but can't deleted the old one it's gray and u can't tap on it?

    I'm able to use the new one even tho the old one is there? But can't delete the old one because it's frayed out n can't tap on it to change it to the new one

    You will need to use that old Apple ID and password to update any apps you purchased using that account. So you will either need to recover that Apple ID, which if you forgot the password you should be able to reset here:
    http://iforgot.apple.com
    or you will need to delete all those apps and repurchase them using your current Apple ID.
    Regards.

  • When I external edit an aperture photo using Photoshop Elements 9 and then get out, the changes are not reflected in Aperture when I return - this used to work for me but doesn't seem to have for some time - help please?

    Have used Aperture for some time - at some point this stopped working - not sure when
    workflow:
    click photo and elect to use the external editor (Photoshop Elements 9)
    Copy of the photo is created in Aperture with the "O" badge and I am rolled out to Photoshop
    Have to change the type to 8-bit in Photoshop to start making changes
    When done and I exit I am prompted to save the photo
    On returning to Aperture however the "O" badged photo does not get updated/reflect my changes
    Other Things:
    I can find a changed photo sitting in the Aperture Library using finder or Photoshop itself - so I know changes have been made a new file saved (TIFF).
    I am wondering if I am missing some (new) preference such that the changes are not proerly being saved for re-display/storage in the Aperture Library
    I am running Lion OSX at the moment but the behaviour was the same under Snow Lepoard versions.
    Current version of Aperture is 3.1.3, Elements is 9.0
    Any help/suggestions greatfully received

    Try using psd.  Some rerports indicate some confustion between the apps with TIFF.  See:
    https://discussions.apple.com/message/15921933#15921933
    I cannot confirm, nor test, since I use PS CS5, and not Elements.
    Ernie

  • I've been editing images with ease for a long time but now the changes are not being saved.

    I've been editing images with ease for a long time but now the changes are not being saved.
    Also, it is not liking me adding a large ammount of images in one go?

    Remember: we cannot see your machine. There are 9 different versions of iPhoto and they run on 8 different versions of the Operating System. The tricks and tips for dealing with issues vary depending on the version of iPhoto and the version of the OS.  So to get help you need to give as much information as you can. Basic things like :
    - What version of iPhoto.
    - What version of the Operating System.
    - Details. As full a description of the problem as you can. For instance: 'iPhoto won't export' is best explained by describing how you are trying to export, and so on.
    - History: Is this going on long? Has anything been installed or deleted?
    - Are there error messages?
    - What steps have you tried already to solve the issue.
    - Anything unusual about your set up? Or how you use iPhoto?
    Anything else you can think of that might help someone understand the problem you have.

  • I have a new email and am trying to change it in icloud. but it has locked me out and won't send my email a reset password link for some reason. even though it says its sent, it doesnt come to the email address

    i have a new email so have a new apple ID now and am trying to change it in icloud. but it has locked me out and won't send my email a reset password link for some reason. even though it says its sent, it doesnt come to the email address. help!

    Welcome to the Apple community.
    If you are unable to remember your password, security questions, don’t have access to your rescue address or are unable to reset your password for whatever reason, your only option is to contact Apple ID Support, upon speaking to an operator you should explain that your problem is related to your Apple ID, this way you will not be charged for assistance, even if you don’t have an AppleCare plan.
    You will need to show patience with the procedure and be prepared to demonstrate without question that the account belongs to you. Don’t expect access to be restored immediately and if you aren’t the owner of the Apple ID registered to the device the account won’t be reset.
    This is answer is provided from my own database of boilerplate responses and the content was last reviewed and/or tested on: 2014/12/18

  • HT3702 i want to change my region and i don't know how to get rid of the remaing amout from my gift card ($0.48)

    i want to change my region and i don't know how to get rid of the remaing amout from my gift card ($0.48)

    Request that iTunes Support zreo balance your account.
    iTunes Support -
    http://www.apple.com/support/itunes/

  • Hello I formatted my iMac today and wanted to download iphoto again but after i press the button to install it in the app store nothing happens! same with the yosemite upgrade..

    Hello I formatted my iMac today and wanted to download iphoto again but after i press the button to install it in the app store nothing happens! same with the yosemite upgrade.. In the iPhoto ratings there are alot of other people facing this problem I hope somebody can help me. thank you in advance

    If you have OS X 10.6.8 as you state you can not get iphoto form the App store - you must have Yosemite OS X 10.10. installed to download iphoto 9.6 from the App store
    If Nothing happens then you need to contact App store support - link is on the right of the App store window
    LN

  • HT1918 I want to change my Apple ID to what I have as my rescue ID. The system will not let me.Is there a way to do this?

    I want to change my Apple ID to what I have as my rescue ID. The system will not let me.Is there a way to do this?

    You'll need to change/remove your rescue email address first :
       1.    Navigate to appleid.apple.com using your web browser.
        2.    Click "Manage your account"
        3.    When prompted, sign in using your Apple ID and password.
        4.    Click Password & Security
        5.    You'll be asked to answer 2 of your 3 security questions before you can make any modifications. If you are unable to remember your answers, you can choose to send an email to your rescue email to reset your security questions.
        6.    After you've validated your identity by correctly answering your security questions, click Edit to the right of your rescue email address.
        7.    Once you've finished editing your rescue email address, click the Save button directly below the email field.

Maybe you are looking for