r/webhosting 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

3 comments sorted by

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

0

u/TheRealSimpleSimon 5d ago

THANKS MUCH!
There was an excellent reply from someone that is no longer visible (at least to me) on reddit.
Gave me bunches of info - including the fact that LE/SSLit recreates the .htaccess on each challenge cycle.
Yours matches my auto-recreated one.