php

How to Add PHP to Windows Path variable

By |

I use the WAMP stack to write my PHP applications and PHP modules for Prestashop. As many engineers I use Windows. Recently I needed to run PHP from the command line. You will learn in this blogpost how I added PHP to Windows Path variable to let Windows know where PHP is deployed.

Start a new […]

Wamp server – configurer sans virtual host

By |

Apres installation de Wamp 2.5 dans mon environnement de développement, je me suis très vite rendu compte qu’il y avait un problème avec l’adresse des projets. Wamp affiche plusieurs liens sur la page d’accueil http://localhost . Il s’agit entre autres de la liste des dossiers présents dans le dossier /www avec un lien automatique vers […]