• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Issue .well-known directory not created

vadivel

New Pleskian
I used following packet to create virtual directory but it gives response as pattern not matched because there is dot(.) in folder name. I need this folder to install SSL certificates and authendications

<packet>
<virtdir>
<create>
<site-id>1</site-id>
<name>.well-known</name>
<properties/>
</create>
</virtdir>
</packet>
 
Back
Top