HTML files uploading to remote server, not reflected on website.

After minimal adjustments to an HTML file, I upload it to the remote server. The local and remote files reflect this in the "modified" line, both mirroring the same exact time. However, when I go to the actual site, the changes don't appear.
Now, when I update the html file, say cv.html, it also makes the same changes to 2.html. When I click on the link on the website, it appears at 2.html. Somehow cv.html and 2.html are linked to each other. (I guess to keep the overall web address smaller)?
I just took on this website to manage and I've already hit a million roadblocks trying to get it started on my end, so anyone that can solve this I would be SO grateful!

Somehow cv.html and 2.html are linked to each other.
Could be CV is being pulled into a framed parent page called 2.html.  Or maybe your previous web developer used server-side includes to populate page 2 with content from other site files. It's anybody's guess what may be going on until you provide us with more detailed information. A URL is preferred.  Copy & pasted code is a 2nd option but don't use e-mail, it won't come through to the web forum.
Nancy O.

Similar Messages

  • Upload File to a remote Server

    Hi all,
    i have a requirement like, i have to upload files to a remote server through SFTP. need help regarding this. i dont know where to start.
    Thanks.

    Do you need to do this from within a program(of your own writing)?
    Just filtering the obvious, but if you can use an existing SFTP program for your needs, do.
    That being said, while Java does excel at automation, I don't know if it goes as far as giving you ready-made SFTP. More likely, you're going to have to either:
    1. Learn the SFTP protocol and implement it yourself using sockets.
    or
    2. Find a ready-made Java package for using SFTP. It's not too unlikely someone somewhere made one for whatever purpose. You'll, of course, be bound by whatever license said someone released said package under.
    Regardless of which of the above you choose, you're going to have to start with Google. Either search for a description of SFTP, or for a Java package for SFTP.

  • How can I publish an ics file to a remote server from my calendar server?

    I am running Lion Server and have Calendar Service up and running. I have an account with a couple of calendars, one of which I'd like to publish to a remote server, as an .ics file.
    From an iCal client it is possible to publish local calendars, but not remote calendars (for which the only option seems to be to 'Share').
    How can I can I publish an ics file to a remote server? Programatically, if necessary.

    I have this working now.
    curl -s --digest -u username:password -o calendar.ics http://hostname:8008/calendars/users/username/calendar/
    generates the .ics file, and a combination of cadaver (from webdav.org) and an expect script upload hourly (via cron) to the remote server:
    set timeout 60
    spawn /usr/local/bin/cadaver
    expect "dav"
    send "open https://remotehost/path/\r"
    expect "Do you wish to accept the certificate? (y/n)"
    send "y\r"
    expect "dav"
    send "put calendar.ics\r"
    expect "dav"
    send "close\r"
    expect "dav"
    send "quit\r"

  • ACC Setup Error - Remote Server not Responding in the Proper Manner - Windows 7 Pro

    Hello -
    I was able to install the CC upgrades to all my software on my laptop without issue. Whenever I try to upgrade them on my desktop I recieve the attached error. I am running Windows 7 Professional. My guess this is being caused my my company's firewall however my IT director claims he set me up to bypass the firewall when trying to install this.
    Thank you for your help.

    Hi Mike603,
    Please refer to the following help document on error " Remote Server not responding".
    http://helpx.adobe.com/creative-suite/kb/remote-server-responding-installing-aam.html
    Hope this helps.
    Please let me know in case of any problem.
    Regards,
    Sumit Singh

  • How to Deploy HTML file in embedded OC4J Server

    Hi,
    I have a problem with deploying the HTML file.
    How to deploy a HTML file in embedded oc4j server.
    I'm running this in a Standalone and JDeveloper9i version.
    I don't know where to deploy and how to deploy ?
    Thanks
    James

    Hi Deepak,
    I tryed that but i was NOT successful.
    I'm getting 404 error page could not find in the Server.
    Any other idea ?

  • Twistedcaldav remote-server-not-found error

    [notifications] 2012-01-01 18:53:11+0100 [XmlStream,client] [twistedcaldav.notify.XMPPNotifier#error] PubSub node creation error: <error code='404' type='cancel'><remote-server-not-found xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/></error>
    Whenever I startup iCal on my OSX Server I see the following error.
    Can anyone explain what this is caused by?
    -Paul-

    ''AG [[#answer-698983|said]]''
    <blockquote>
    disabling the .http2 configs did not work
    is there a work around for the DNS "ANY" issue for me to try? I'll search.
    A
    </blockquote>
    The easiest method is just to wait a few days for the Fx36.0.1 update. If you use
    Firefox Menu Button -> Help -> AboutFirefox
    each day that will check to see if the upgrade is available.
    The bug fix is I think merely changing prefs and so you could do that yourself. It may be safer to use a spare additional profile, or backup the file ''prefs.js'' when trying that initially, because making mistakes in about:config may break Firefox.
    * http://kb.mozillazine.org/Prefs.js_file
    * http://kb.mozillazine.org/About:config
    * [[Use the Profile Manager to create and remove Firefox profiles]]
    Just toggling the pref '''''network.dns.get-ttl''''' to '''''false''''' should fix the issue, that basically is what is done in
    Bug 1093983 - DNS resolver should not use 'ANY' to get cached records for TTL
    One of the bug fixes about to be applied in the imminent Fx36.0.1 point Release

  • How do I copy a file to a remote server using runtime exec - plz Help!

    Hi,
    I am trying to copy a file to a remote server using a runtime exec command as follows:
    Runtime.getRuntime().exec("scp "+getProperty(ListNewHandsetDetailsConstant.PROP_OUTPUT_PATH_JAR)+getProperty(ListNewHandsetDetailsConstant.PROP_OUTPUT_JAR_NAME)+".jar "+" "+getProperty(ListNewHandsetDetailsConstant.PROP_OUTPUT_PATH_TWO_USERNAME)+"@"+getProperty(ListNewHandsetDetailsConstant.PROP_OUTPUT_PATH_TWO_URL)+":"+getProperty(ListNewHandsetDetailsConstant.PROP_OUTPUT_PATH_TWO_JAR));
    Problem is this statement does not execute, as when I try it directly on command line, it requests for a password. Any suggestions on how I can get rid of that? I think I might have to configure my ssh_config file, but when I did some "Googling", I found the configuration settings of a ssh2_config file. I tried those (changing it to Host-based Authentication), but it didn't recognise them. Please help, this is so urgent!
    Regards,
    Simz

    Don't use Runtime.exec (or ProcessBuilder) for this. Check out JSch at JCraft (or some other Java SSH API.

  • Send file to a remote server

    how do I send a file to a remote server?
    I attached my code so you can see what is missing.
    the purpose of it is to send a server all the files in a directory + the name of directory + how many files there are
    URL url=null;
                    try {
         url= new URL("www.<server's address>");
                     }catch (MalformedURLException e) {
                      try {
          // Construct data
            File[] picFiles= path.listFiles(new pictureFileFilter());
            int numOfFiles= picFiles.length;
            String setName= path.getName();
            String data= ("setName= " + setName);
            data += ("&" + "numOfFiles= " + numOfFiles);
           String[] allFiles= new String[numOfFiles];
           for (int i=0; i<numOfFiles; i++) {
                 FileInputStream FIS= new FileInputStream(path);
              //WHAT TO DO HERE?!?!?
         data += ("&"+"allFiles="+allFiles);          
            // Send data
                       URLConnection conn = url.openConnection();
                      conn.setDoOutput(true);
                      conn.setDoInput(true);
                      OutputStreamWriter wr = new 
                                                 OutputStreamWriterconn.getOutputStream());
                      wr.write(data);
                      wr.flush();
            // Get the response
                        BufferedReader rd = new BufferedReader(new       
                                                InputStreamReader(conn.getInputStream()));
                       String line;
                        while ((line = rd.readLine()) != null) {
                                    //what to do with response (this part is OK)
                     new GoodBadMassage(line);
                         wr.close();
         rd.close();
             } catch (Exception e) {
             }~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    another thing-
    is the line --- conn.setRequestProperty("content-type","binary/data");
    replace the need in ---
    String data= ("setName= " + setName);
    OutputStreamWriter wr = new utputStreamWriter..
    wr.write(data);
    I'm not sure what does is do (setRequestProperty)
    THANKS!!

    You start out by trying to use a malformed URL (it doesn't start with a protocol). This suggests to me that you haven't thought about the natural question: what kind of server software is running on that server that will accept files?

  • Can SQL Loader load files on a remote server?

    Hello,
    I normally use SQL loader on my PC to load an 8i database located on an NT server in another state. The input file is rather large and takes several hours to load-- even with all the contraints, etc. disabled. I assume this due mostly to all the network hops between my PC and the server. I now have an FTP that can place the input file on our Oracle DB server itself. It seems to make sense that if the files were located on the server, it would load much faster. My question is: is it possible to create a sql loader process to load files located on the remote Oracle server that I can initiate or control from my PC?
    Thanks in advance for any help.
    Jeff

    Windows Terminal Services will allow you to interact with the server where you are loading the data. You could FTP the file to the remote server, start a Terminal Services session, and type or run your parameter file at a command prompt. One thing to be aware of is setting the ORACLE_SID environment variable. When you set ORACLE_SID and try to connect to the database withconnect / as sysdbayou will get the following errorERROR: ORA-12560: TNS:protocol adapter errorbut if you connect withconnect /@<connect_string> as sysdbathe connection works perfect. Don't really know the details on why it does this but just a issue to look out for.

  • Update to Muse CC 2014.3 still have problem upload to FTP: Server not responding in time, FTP may not be supported on this server [Connection timed out after 15001 millseconds.] I have no problem with CC 2014. Can you suggest what do I have to do?

    Update to Muse CC 2014.3 still have problem upload to FTP: Server not responding in time, FTP may not be supported on this server [Connection timed out after 15001 millseconds.] I have no problem with CC 2014. Can you suggest what do I have to do?

    Hello.
    Today I got the opportunity to work with a Muse user with the same issue after performing the troubleshooting steps in the post above we decided to contact the host.
    Later i came to know that host took Muse user's IP and they were able to unblock it and muse started connecting to FTP host.
    I another scenario Host suggested Muse user to add :21 to the FTP address and then Muse was able to connect.
    Eg    ftp.domain.com:21
    Please try the 2 suggestion above and let me know if it works.
    Regards
    Vivek

  • Dreamweaver Cs6 Uploading to remote server to web-host,the.swf files do not load on the webpage

    all the content works fine with the file path being the computers harddrive  :/C "etc"
    once i upload to webhosting server all the swf files don't work.
    My website is fully complete and ready to go on the web can someone help me and tell me why my content is not showing.
    the webhosting customer service rep told me i need to upload with media files checked? im like i never heard of that lol.

    The links in the webpage all point to your local hard drive
    <param name="movie" value="file:///C|/Users/lol/Documents/Website flash art 5.swf" />
    No-one can see these links except you.
    This suggests that you have not defined a site in Dreamweaver
    http://www.adobe.com/devnet/dreamweaver/articles/first_website_pt1.html
    Is this the case?

  • How to upload a current file to the remote server in Dreamweaver?

    I am trying to transfer an html file from FrontPage to the server via Dreamweaver, but it absolutely refuses to upload. Help!

    Nobody can know anything. You are not providing any system information, what version of DW you use, what the remote server actually is. and since this is a DW question, ask in their forum with the proper information included.
    Mylenium

  • HTML File Upload - using DAD - Error

    I have set up my document table, the document upload package is in there, but my HTML for the file upload is not working correctly:
    DAD info
    DAD Name: /pls/portal
    Document Table: dw_target.documents
    Document Access Procedure: document_api.download
    here is the upload HTML:
    <html>
    <head>
    <title>test upload</title>
    </head>
    <body>
    <form enctype="multipart/form-data" action="http://MYURL:7777/portal/pls/portal/dw_target.document_api.download" method="post">
    File to upload: <input type="file" name="file"><br>
    <input type="submit" value="Upload">
    </form>
    </body>
    </html>
    But i get this error when i try to upload a doc:
    The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.
    anyone have any insight on how to get the file upload to work (specifically how to configure the HTML to correctly use the upload process?
    using Oracle App Server 10g
    jason

    Pschar,
    What is "dw_target.documents"?
    Joel

  • Robohelp 7 App is really slow in deploying files to the remote server - Why?

    Hi,
    I am totally new to RoboHelp. So Please forgive my ignorance!
    The Robohelp we have was developed by somebody who is not with our company anymore. I think he used Robohelp 5 to develop our Policies and Procedures. The files are deployed on one of our remote server. (Do the server have to have Robohelp installed as well?? I checked the server to find if it has Robohelp installed and I could not find it?)
    One of our Analyst has Robohelp on her PC. She used to have Robohelp 5 and now she has Robohelp 7 to deploy the files to the server.
    It was working perfectly fine till she used Robohelp 5. Deploying the files to the server took about 2 hours before and now with Robohelp 7 on her PC, it takes forever and we are unable to deploy the files to the server from RoboHelp application!
    What should I be doing to make it faster? Please let me know. Thanks in advance!!
    Uma

    Hello again
    Well, ummm, how shall I put this? YIKES! The page you linked to is for RoboHelp 9. Now you may be scratching your head at this point and saying waitadoggoneminnute there MR. Man!What gives?
    Here's the deal. Way way back when a little company called eHelp corporation held the reigns, RoboHelp was at version 7. Then version 8 came along but wasn't really called version 8. It was called version 2000 because it was released in the year 2000. Then they published version 9. Then came version 10 and that one was called version 2002. Then version 11 shipped but was called X3. Then version 12 shipped and was called X4 and finally "lucky" version 13 arrived and was called X5. Enter another small company known as Adobe. Adobe saw the 5 and decided to name their next version "6".
    This wouldn't really be much of a problem, EXCEPT, we now see material that is grossly outdated that would seem to apply to today's versions and of course they are wrong!
    So here's where it gets fun. Note that the date of the article you pointed to is October, 2000. Nearly ten years old! I'm guessing that the dialogs you are seeing are a wee bit different than what are on that page.
    So just to be complete:
    When you double-click the WebHelp layout you see the first of several dialogs. It usually looks like this:
    Note the highlighted part. This is the location where WebHelp will generate to as well as the name of the Start Page. Oftentimes folks configure this location to be the location where everyone points to open the WebHelp from the connected PCs. And if this is the case, that is likely the reason the process is so slow.
    The location specified here should always point only to the C drive.
    If you click the Next > button three times you should see the screen below.
    THIS is where you would want to configure the publishing destination.
    So you should have two actions. One action creates the files and the second action Publishes (or copies) the files from the C drive to the server.
    Note that none of the options have been enabled in the dialog above. That's typically the preferred way to work. You only need to enable these options under specific conditions. So if you have this configured but have enabled perhaps the Republish all option, perhaps that would also explain the slow operation.
    Hopefully this helps... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 moments from now - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcererStone Blog
    RoboHelp eBooks

  • Powershell - Need to push a file to a remote machine (not in domain or workgroup)

    Scenario
    HomeComputer
    MyCloudServer
    No WorkGroup or Domains between the 2
    All I need to do is push a file from my local machine 'HomeComputer' to 'MyCloudServer'.  What is the best way to do this?
    If I use Invoke and -ConnectUri my session is on the remote so Copy-Item only works for items already on 'MyCloudServer'.  I want to push the file from my desktop to this server.  I have all the rigts necessary to the box. 
    I tried start-BitsTransfer but can't seem to get that working
    Start--BitsTransfer D:\Testfile.txt
    https://MyCloudServer.net:5986/testFolder/testFile1.txt -transferType Upload -Authentication "" -Credential ""
    I get the requested URL does not exist on the server.  Which makes sense since testfile1.txt doesnt exist yet.  I'm trying to upload it right?? 
    What is the best method for transferring a file with powershell to remote computer not in a workgroup or domain?  Preferrably through IP I would think.  
    

    It's Azure  and they have specific ports on the VM's called endpoints for allowing remote connections.  By default the endpoint for powershell is setup out of box on Windows Servers.  I believe the port is 5986.  I've been able to connect
    using this port with powershell and have been able to manage resources remotely through powershell. I'm looking for help pushing a file through some kind of copy process in Powershell to the remote server.  Is this not possible?? 

Maybe you are looking for

  • Is there any way to create an editable email template?

    The stationery feature does not seem to work. Most times, when I try to open my saved stationery document, the body of the message is empty. If the body is visible then the text is not editable. I want to have a simple document into which I can apply

  • Please help, itunes wont give me option to sync from my iphone

    I have an iphone 4s and I just downloaded itunes on my hp with windows and the new itunes doesnt give me an option to sync my mnusic library onto my computer from my iphone. ive tried restarting it and unplugging it and they dont give me any options!

  • Standard report for sales order

    HI all I would like to know whether there is any standard report for sending confiramtion mail to customers once the shipments are planned. Or atleast to track the status of sales order (to find out whether the shipment is planned) so that i can club

  • Number ranges are in the Inactive mode.

    Hi friends, I am getting a problem with number ranges. When I am at Number ranges screen the options display only in active mode. change intervals and enter intervals are not in the active mode. How can I set this number ranges to be active and can b

  • Help, I can no longer get into my network settings!

    There's a message on the screen that says: "Your network settings have been changed by another application." And an "OK" button. Every time I click the button it just pops up on the screen again. I ca close the window if I do everything just right an