$certificateKeys
Opened this issue · 0 comments
LoranRendel commented
If $certificateKeys
path is not ended with slash then .htaccess
file will be created with wrong path.
$certificateKeys = "folder/domain.tld";
For example, there will be folder/domain.tld.htaccess
instead of folder/domain.tld/.htaccess