WampServer

Apache, PHP, MySQL on Windows 

 
  • Accueil forum
  • Retour à WampServer
  • presentation
  • Download
  • Addons
  • Formations
  • Alter Way

 
Aller à : Liste des Forums•Liste des messages•Nouvelle discussion•Connexion

Pages: Précédent12345...Dernière pageSuivant
Page courante: 3 de 549
Résultats 61 - 90 de 16454
24 jours déjà 
Otomatic
61. Re: The Port used (443) for the VirtualHost www.mysurface.shop is not a Listen port
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
25 jours déjà 
Otomatic
62. Re: PHP xdebug.mode set to off craches Wamp server
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
25 jours déjà 
Otomatic
63. Re: problem with cURL
Hi, Windows 7 is no longer supported since January 2020. Apache 2.4.9 is too old to properly support PHP 7.4 and 8.
Forum: WampServer English
25 jours déjà 
Otomatic
64. Re: Code erreur 448 449 486 a la création Virtual Host
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
28 jours déjà 
Otomatic
65. Re: Impossible accès à la BdD
Bonsoir, Il faut déclarer utilisateur et mot de passe dans PhpMyAdmin Utilisateurs.
Forum: WampServer Francais
28 jours déjà 
Otomatic
66. Re: Wampserver 2.0 chrome/edge issue
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
28 jours déjà 
Otomatic
67. Re: WAMPServer Upgrade to 3.3.1, Port 443 not binding?
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
28 jours déjà 
Otomatic
68. Re: Can't see PHP, MySQL, MariaDB options in Aestan Right bar
Hi, c:\wamp(64)\instructions_for_use.pdf
Forum: WampServer English
29 jours déjà 
Otomatic
69. Re: WAMPServer Upgrade to 3.3.1, Port 443 not binding?
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
29 jours déjà 
Otomatic
70. Re: How do I change the browser for PHPMyadmin?
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
29 jours déjà 
Otomatic
71. Re: MYSQL Root Denied and site login pass issue
Hi, See item 10 of Wampserver 3 - Some explanations
Forum: WampServer English
29 jours déjà 
Otomatic
72. Re: The service 'wampapache64' is NOT started EXIT error code:1066 Help message for error code 1066 is:The service has returned a service-specific error code. windows 10 php 8.2.3
What is the result of : Right-Click -> Tools -> Test port 80
Forum: WampServer English
29 jours déjà 
Otomatic
73. Re: APPCRASH httpd.exe | Win10 | à la fermeture des services
> Nom du module défaillant: php_xdebug-3.1.6-8.0-vs16-x86_64.dll Désactivez xDebug pour la version PHP utilisée.
Forum: WampServer Francais
30 jours déjà 
Otomatic
74. Re: Wampserver 2.0 chrome/edge issue
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
30 jours déjà 
Otomatic
75. Re: WAMPServer 3 All you need to know
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
30 jours déjà 
Otomatic
76. Re: Wampserver 3 - (Tout sur...)
Bonjour, - VC17 redistribuables 14.34.31938 Voir le premier message pour les liens de téléchargement
Forum: WampServer Francais
30 jours déjà 
Otomatic
77. Re: Cannot Solve 403 Error
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
4 semaines déjà 
Otomatic
78. Re: Unable to start at all, new install. AccessViolation error
You can try to update Aestan Tray Menu: Aestan Tray Menu 3.2.5.0
Forum: WampServer English
4 semaines déjà 
Otomatic
79. Re: probleme a la creation virtual host
@chak voir
Forum: WampServer Francais
4 semaines déjà 
Otomatic
80. Re: probleme a la creation virtual host
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
4 semaines déjà 
Otomatic
81. Re: La connection à échouée
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
4 semaines déjà 
Otomatic
82. Re: I can't change PHP version
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
4 semaines déjà 
Otomatic
83. Re: Cannot Solve 403 Error
- 1 READ (and answer) BEFORE YOU ASK A QUESTION
Forum: WampServer English
4 semaines déjà 
Otomatic
84. Re: Cannot Solve 403 Error
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
4 semaines déjà 
Otomatic
85. Re: probleme a la creation virtual host
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
4 semaines déjà 
Otomatic
86. Re: Disfonctionnement suite à mise à jour Wamp
> 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
4 semaines déjà 
Otomatic
87. Re: Enable .htaccess
> 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
4 semaines déjà 
Otomatic
88. Re: Enable .htaccess
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
4 semaines déjà 
Otomatic
89. Re: Moving the www.
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
4 semaines déjà 
Otomatic
90. Re: Disfonctionnement suite à mise à jour Wamp
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
Pages: Précédent12345...Dernière pageSuivant
Page courante: 3 de 549
Aller à : Liste des Forums•Liste des messages•Nouvelle discussion•Connexion


design by jidePowered by Alter Way get firefoxget PHP