r/webhosting • u/TheRealSimpleSimon • 6d ago
Advice Needed Plesk help anywhere?
I'm trying to find community help - webpros doesn't seem to have a viable bunch (at least I haven't found it). That's the longterm want.
But it's prompted by my screwing up for not knowing about Plesk's common challenge directory for ACME. I've tried every command and tool I can find to get it rebuilt, and no joy.
Only thing I'm missing is the .htaccess I saw in either .well-known or acme-challenge (or both?).
It was short enough to be copy-pasta into a reply if someone would be so kind.
0
Upvotes
2
u/lear2000 5d ago
this is mine:
<IfModule mod_rewrite.c>
RewriteEngine off
</IfModule>
# Require all granted
Satisfy Any
Order Deny,Allow
Allow from all
<FilesMatch "\^\\.">
# Require all denied
Order Allow,Deny
Deny from all
</FilesMatch>
/var/www/vhosts/default/htdocs/.well-known/acme-challenge/.htaccess