How do I upload a php site in dreamweaver properly?

8 replies
I loaded a pre-built site into dreamweaver. Half of the pages were built in php format. I built a new page to add to the site with new links and pictures. But when I uploaded the site to the web, neither the pictures nor the links worked. Any ideas what might have caused this? Or something I missed that would prevent a newly added page from working? Settings etc? I'm using Dreamweaver CS4. Thanks in advance.
#dreamweaver #php #properly #site #upload
  • Profile picture of the author Juturna
    Did you upload the new pictures to your server as well?

    Also, make sure you didnt accidentally save it in html if your needing it to be a php page.
    {{ DiscussionBoard.errors[2467656].message }}
  • Profile picture of the author icun
    Can you post a link or a code sample? There are loads of things that could cause this. If I see an example I'll be able to help you.
    {{ DiscussionBoard.errors[2476405].message }}
  • Profile picture of the author webcaretech
    hi there,

    i think you have not uploaded the picture on the server or the link you have added in your web page is a local link to image. You can change the image links to work it properly

    Thanks,
    Webcare
    {{ DiscussionBoard.errors[2476681].message }}
    • Profile picture of the author pollocktrance
      Try using the FTP protocol to upload the files manually. Your host most probably supports FTP so all you need to do is download a client like FileZilla and then you can upload the files directly to your website.
      {{ DiscussionBoard.errors[2497867].message }}
  • Profile picture of the author garryamin
    Banned
    [DELETED]
    {{ DiscussionBoard.errors[2518167].message }}
    • Profile picture of the author adrianwinston
      I believe he means he was using Dreamweaver to edit the site, added the pics and content, content showed but the pics didn't.

      You need to fix your URLs in your code, instead of seeing C:/hardrive/projects/yourwebsite/images/banner.jpg you need /images/banner.jpg

      Hope that helped.
      {{ DiscussionBoard.errors[2518846].message }}
  • Profile picture of the author icun
    Hmm, no reply. He mustn't have needed our help too badly after all.
    {{ DiscussionBoard.errors[2520926].message }}
    • Profile picture of the author NIL
      Yes,u can use FTP protocol for it and it works really
      {{ DiscussionBoard.errors[2521159].message }}
  • Profile picture of the author zeeshi570
    You are facing issues bcoz of file paths. It will be getting paths of your local system try to make sure paths are correct
    {{ DiscussionBoard.errors[2527500].message }}

Trending Topics