Hi,
It is not possible to have two (or more) alias.conf files with the same alias name inside.
Example:
file wamp/alias/phpmyadmin.conf with
Alias /phpmyadmin "c:/wamp/apps/phpmyadmin4.1.14/"
<Directory "c:/wamp/apps/phpmyadmin4.1.14/">
file wamp/alias/phpmyadmin4.5.3.1 with
Alias /phpmyadmin "c:/wamp/apps/phpmyadmin4.5.3.1/"
<Directory "c:/wamp/apps/phpmyadmin4.5.3.1/">
The first alias name must be different than the second, for example:
Alias /phpmyadmin4114 "c:/wamp/apps/phpmyadmin4.1.14/"
<Directory "c:/wamp/apps/phpmyadmin4.1.14/">
Do not rename old alias conf files like phpmyadmin.old.conf or other. You must delete or move old alias files outside of wamp/alias/ folder because at the end of httpd.conf file there is Include "c:/wamp/alias/*" so, all file even if the extension is not .conf will be taken into account as alias file.
------------------------------------------------------------------------------------------------------------
Wampserver 3.2.9 32 bit - Apache 2.4.53 - PHP 8.1.5…5.6.40 - MySQL 5.7.38 - MariaDB 10.5.13/10.6.5
Wampserver 3.2.9 64 bit - Apache 2.4.53 - PHP 8.1.5…5.6.40 - MySQL 5.7.38/8.0.29 - MariaDB 10.5.15/10.7.3
PhPMyadmin 5.1.3 - 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 »