Win10 x32/x64 as the AMPPS version hopefully one application for both Architecture
Adding subdomain failed at Domain Creation stage using https:// (SSL)
1. The domain panel failed to create domain with Error as "Error"
2. The add domain was not successful. 'Continued Loading' forever until refresh
3. The entry was not listed below.
4. Thus checked with Manage Domain having two domain entry
127.0.0.1 E:/ampps/www Primary
127.0.0.1 E:/ampps/www/example.com Addon
5. Checked in Host file Contents only shows 127.0.0.1 localhost, but other entry was not found
6. But the domain was added to root folder E:/ampps/www/example.com
7. The domain was not added to Host file
8. The config/httpd.conf checked with relative path include "conf/extra/httpd-vhosts.conf"
8. Corresponding entry checked with E:/ampps/apache/conf/extra/httpd-vhost.conf having entries of example.com with following entry
#### example.com VirtualHost ####
<VirtualHost 127.0.0.1:80>
<Directory "E:/Ampps/www/example.com">
Options FollowSymLinks Indexes
AllowOverride All
Order deny,allow
allow from All
</Directory>
ServerName example.com
ServerAlias example.com
ScriptAlias /cgi-bin/ "E:/Ampps/www/example.com/cgi-bin/"
DocumentRoot "E:/Ampps/www/example.com"
ErrorLog "E:/Ampps/apache/logs/example.com.err"
CustomLog "E:/Ampps/apache/logs/example.com.log" combined
</VirtualHost>
9. Also installed project successfully in example.com "http://example.com/extplorer/index.php" but returned Error 404.
10. Check the Install location has all project files including index.php
Just hanged for nor no reason.
The main issue corresponds to added domain which returned with "Error" at first instance Point 1 above.
We had installed AMPPS 3.9 more than 5 times to sort the issue.
Previously project worked in AMPPS 3.8, but all of a sudden hung up with 'mysql' 1045 error with all sort of task attempted but failed, a more frequent issue happening with password "mysq;" in the 'my.conf' but denied by PhpMyAdmin.