Copy link to clipboard
Copied
Bonjour, j'ai importer un site sur dreamweaver et chaque fois que je veux ouvrir un fichier PHP
j'ai ce message :
Cette page peut comporter des fichiers à association dynamique qui ne peuvent être détectés
que par le serveur.
Besoin d'aide, merci d'avance et bonne journée.
Copy link to clipboard
Copied
To run php files locally you need a local testing environment set up like XAMPP, MAMP or WAMP. These are packages which are freely available to download and install on your computer, search for the packages in Google. The most popular one seems to be XAMPP.
You need to locate your website folder in the htdocs folder of one of these local server applications and then set Dreamweaver up to run php files through localhost. How far are you into this process?
Copy link to clipboard
Copied
Copy link to clipboard
Copied
What's in the page - any calls to a database, which may not have been set up or server-side include files which are not present in the website folder?
Presumably XAMPP is working correctly? If you call the same page by directly typing its location into the browsers url bar http://localhost/yourSiteFolderName/pageName.php does it function correctly.
Copy link to clipboard
Copied
Imported a site from where?
What kind of site is it?
To work with PHP files and server-side data (as with WordPress or Joomla!), you need a local testing server and a local database.
Copy link to clipboard
Copied
bonjour,