Open LoranRendel opened 4 years ago
If $certificateKeys path is not ended with slash then .htaccess file will be created with wrong path.
$certificateKeys
.htaccess
$certificateKeys = "folder/domain.tld";
For example, there will be folder/domain.tld.htaccess instead of folder/domain.tld/.htaccess
folder/domain.tld.htaccess
folder/domain.tld/.htaccess
If
$certificateKeys
path is not ended with slash then.htaccess
file will be created with wrong path.For example, there will be
folder/domain.tld.htaccess
instead offolder/domain.tld/.htaccess