Copy link to clipboard
Copied
Hi
I am new to Dreamweaver
what is the difference betwen "local server" and "testing server" seen up right in Dreamweaver/files
Erik
Denmark
Copy link to clipboard
Copied
The "local server" does not exist. It is the "local site". It is a folder located in a tree managed by Windows or MacOS, so it is not able to interpret files written in PHP for example.
The "testing server" is a folder managed by a tree managed for example by Apache, and thus able to interpret server languages.
That do mean that you need to install a stack allowing to use server technologies as Xampp, Wamp, Lamp or Mamp. One of the most used is Xampp from Apache friends https://www.apachefriends.org/fr/index.html
Copy link to clipboard
Copied
Just in case of :
Copy link to clipboard
Copied
Unless you work with server-side code like PHP, you don't need a Testing server.
Local View = your Local site folder.
Remote server = your online website.
Copy link to clipboard
Copied
to complete what @L e n a said, depending on your workflow , you can also use a testing server that will not be local to your machine but deported on a third machine as well on the LAN (your local network) as the WAN (internet), so that the whole team can work on the same site in a decentralized way while protecting the production server.
Therefore you can have two testing servers, one installed on your own machine, as Lena recommends by installing for example XAMPP, and one on a third party machine accessible by the whole team.
Depending on this, here are some articles that can help you... but you may need to play a translator https://www.puce-et-media.com/installer-et-configurer-un-serveur-web-en-local/ and if server technologies don't speak to you https://www.puce-et-media.com/presentation-et-introduction-aux-technologies-serveur/
In this type of configuration you will have access to 4 servers and sometimes more. But anyway, DW will always access only 3 of them simultaneously...
so DW allows you to direct your work in a flexible and contextual way.
(In the screen capture above, I have hidden the URL and Connexion informations)
Find more inspiration, events, and resources on the new Adobe Community
Explore Now