J'utilise wamp version 3.2.3.3 et je rencontre actuellement un problème quand je veux accéder à mon site web à distance et non en local. Je ne trouve pas le bouton Online/Offline qu'il y avait sur les ancienne version. Voici la configuration de mon "httpd-vhosts":
# Virtual Hosts # <VirtualHost *:80> ServerName localhost ServerAlias localhost DocumentRoot "${INSTALL_DIR}/www" <Directory "${INSTALL_DIR}/www/"> Options +Indexes +Includes +FollowSymLinks +MultiViews AllowOverride All Order deny,allow Allow from all # Require local </Directory> </VirtualHost>
Et puis, redirection de port sur votre "box" internet, parefeu de Windows pour autoriser httpd en réseau public, etc. Mais, tout ça, c'est la porte ouverte à tout le monde sur votre système... Le plus simple et sécuritaire, c'est un hébergeur, Wampserver est avant tout un serveur de développement...
------------------------------------------------------------------------------------------------------------ Wampserver 3.2.4 32 bit - Apache 2.4.46c - PHP 8.0.2…5.6.40 - MySQL 5.7.33 - MariaDB 10.5.9 Wampserver 3.2.4 64 bit - Apache 2.4.46c - PHP 8.0.2…5.6.40 - MySQL 5.7.33/8.0.23 - MariaDB 10.5.9 PhPMyadmin 5.0.4 - MysqlDumper 1.24.5 on W10 and W7 Pro 64 bit Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons « Ce n'est pas parce qu'ils sont nombreux à avoir tort, qu'ils ont forcément raison. Coluche » « It's not because they are many to be wrong, they are necessarily right. Coluche »