PDA

View Full Version : Use site import?


tone397472
01-31-2011, 10:11 AM
Hi,
I have a php-site edited online with database.
Do you advice the extension or can I also download the site with Dream Weaver.
I'm talking about my own site!
When I'm connected with my external-host I can set Dream Weaver on remote view and watch the pages on my server, but is there a way to download the whole site with or without the extension?
Thanks!

Jason Byrnes
01-31-2011, 10:56 AM
Site import will not download the actual php files from your site.

site import will download the static results that are displayed in the browser after the PHP server has processed the page.

Site import is very similar to browsing to a site and going to File -> Save As, the difference is that it does it automatically, for the entire site, and recreates the linking structure to give you working copy of the site.

What you end up with is a static copy of the site.

if you just want to download the actual php pages, you should use Dreamweaver or another FTP program.