Hi,
For https, the Apache listening port must not only be port 443, but also port 80.
The Apache documentation on this subject specifies that you need both VirtualHost, one on port 80 and the other on port 443.
We can read in the file wamp64/bin/apache/apache2.4.xx/conf/extra/httpd-ssl.conf
# This is the Apache server configuration file providing SSL support.
# When we also provide SSL w Forum: WampServer English
Hi,
Disabling xDebug seems to me to be the solution. Otherwise, see the xDebug documentation and ask the question to xDebug.
xDebug documentation
xDebug report issues Forum: WampServer English
Bonjour,
Pour Windows 10, tout comme pour Windows 11, Windows Defender suffit amplement avec, éventuellement, en plus Malwarebytes.
Les anti virus tiers, comme Avast, etc. sont tout-à-fait superfétatoires et s'incrustent dans le système de telle manière qu'il est presque impossible de surpasser certaines de leurs fonctions.
De plus pour les désinstaller totalement, il faut impérativement uti Forum: WampServer Francais
Hi,
It is not possible to upgrade Wampserver 2.0 to Wampserver 3.3.0 but you can install Wampserver 3.3.0 in addition to Wampserver 2.0, of course in a different folder, provided that you have stopped Wampserver 2.0 beforehand
You will be able to run one or the other but not both at the same time and, by VirtualHost, you will be able with Wampserver 3.3.0 to use those of Wampserver 2.0. The Forum: WampServer English
Hi,
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride all
Order allow,deny
Require all granted
Allow from all
Why use Apache 2.2 directives (Order..., Allow...) with Apache 2.4?
There is no point except to create problems.
The Require directives are sufficient and allow all the possibilities you want.
On the other hand:
For https, the Apache listening port must Forum: WampServer English
Hi,
Apache does not support having multiple Listen on the same IP:port.
Remove:
Listen 0.0.0.0:443
Listen [::0]:443
from httpd.conf and put them only in httpd-ssl.conf.
and move the VirtualHost port 443 from httpd-vhosts.conf to httpd-ssl.conf. Forum: WampServer English
wampmanager.conf file on line: navigator=
---------------------------------------------------
With Wampserver 3.3.1 there is an option in beta version:
Right-click -> Wamp settings -> Wampserver browser
it's in beta version, it's not sure that it works. Forum: WampServer English
Hi,
Wampserver 2.0 with Apache 2.2 is obsolete and is no longer supported since a long time.
With Wampserver 3.3.0 you can use PHP 5.3.29 in FCGI mode and MySQL 5.1.72.
I just tried it in real life on a local site with database. Forum: WampServer English
Hi,
- VC2015-2022 - VC17 Packages - 14.34.31938 Visual C++ Redistributable Packages for Visual Studio 2015-2022 x86 Visual C++ Redistributable Packages for Visual Studio 2015-2022 x64 VC2015-2022 (VC17) is backward compatible to VC2015 (VC14), VC2017 (VC15) and VC2019 (VC16). That means, a VC14, VC15 or VC16 module can be used inside a VC17 binary. Because this compatibility the version num Forum: WampServer English
Hi,
Did you restore httpd.conf and httpd-vhosts.conf to their original state?
For your information, these two files - in their state just after installation - are saved in the folder
wamp64\bin\apache\apache2.4.55.2\conf\original\wampserver\
Weird! You have access to 'http://localhost/phpmyadmin/' but not to 'http://localhost/' Forum: WampServer English
Bonjour,
Discussion scindée, votre problème est différent de celui de la discussion dans laquelle vous vous êtes immiscé.
> -il y a beaucoup de ligne active mais je n'ai pas vue le *hosts*
Voir item 09 de CONSEILS DE DÉPANNAGE
> Le chemin c:/users/chaki/desktop/mon site/www1 pour DocumentRoot n'existe pas (Fichier c:/wamp64/bin/apache/apache2.4.54.2/conf/extra/httpd-vhosts.conf) Forum: WampServer Francais
Bonsoir,
AVANT de réinstaller Wampserver sur un système neuf, avez-vous vérifié que les redistribuables VC++ étaient bien présents ?
- Vérifier que tous les paquetages VC++ sont bien installés et avec les dernières versions.
Pour ce faire, utilisez l'outil :
Vérifications paquetages VC installés
N'utilisez pas une ancienne version de l'outil que vous auriez déjà téléchargé. Télécharger t Forum: WampServer Francais
Hi,
If you had read the message displayed at the end of the installation of the PHP 8.1.16 version you would know how to change PHP version !
The message was :
To change your PHP Version
Start Wampserver 3
Left- Click Icon Wampmanager -> PHP -> Version -> Click on version number
Wait until the icon again become GREEN
This is also explained in :
Right-Click -> Help -> Forum: WampServer English
Hi,
> but all the recommended solutions I've seen involve editing httpd.conf.
httpd.conf must NEVER be modified!
And moreover with directives dating from Methuselah and Apache 2.2!
- 1 READ (and answer) BEFORE YOU ASK A QUESTION
- 2 - Verify that all VC ++ packages are installed and with the latest versions.
To do this, use the tool:
Checks VC++ packages installed
Do not us Forum: WampServer English
Bonjour,
Ça veut dire que le fichier C:\Windows\System32\drivers\etc\hosts ne peut pas être ouvert pour être modifié.
Soit il est en lecture seule, soit il est interdit d'accès par votre anti-virus.
Il faut donc modifier ses propriétés et/ou l'exclure de l'anti-virus.
Voir item 09 et Note 2 de CONSEILS DE DÉPANNAGE Forum: WampServer Francais
> Puis-je installer Mysql 5.7 sur wamp malgré la présence de la version Mysql 8
Oui.
Par exemple MySQL 5.7.41 mais il existe aussi 5.7.32 à 5.7.40.
> et basculer les tables
Tout dépend de ce vous entendez par "basculer" !
Si c'est lorsque on change de version par Clic-Gauche -> MySQL -> Version -> xxxx avoir les tables de l'ancienne version qui sont automatiquement Forum: WampServer Francais
> enable the .htaccess for that specific directory?
The Apache documentation is here: Apache documentation
and, more specifically for AllowOverride
I had asked you a question about this .htaccess file: what is it supposed to do?
You didn't answer it!
A priori, it is to force the https mode !
Basically, Apache Wampserver does not support https mode, so it's not surprising that i Forum: WampServer English
The httpd.conf file (not httpd.config) must not be modified.
The changes you have made are an open door to intrusions!
You have added an .htaccess file: what is it supposed to do?
Shouldn't it be "RewriteEngine On" in this file? Forum: WampServer English
The VirtualHost localhost must remain as it is and never be modified!
You must create and use your own VirtualHost which can be anywhere.
See :
The need for Virtual Host
and
Wampserver 3 - Create or add a VirtualHost
and
Why to create a VirtualHost BEFORE installing a CMS Forum: WampServer English
Sont-ce les mêmes versions PHP et MySQL ?
Sont-ce les mêmes paramètres de MySQL ?
Avez-vous regardé les éventuelles erreurs dans le fichier log de MySQL ? Forum: WampServer Francais