Conversation:
Notices
-
@grimsdottir It's not a folder and won't be created, just like /mmn/all isn't a folder and isn't created. The most common mistake is that someone installs for example nginx, copies some default rewrite rules from somewhere that disallow retrieving "dot-files" (ours should be fixed specifically for that) and then wonder why ".well-known" is inaccessible. Or that the /in…
-
@grimsdottir @myu So what was it you had missed? :)
-
@grimsdottir it's automatic, so don't put files there manually. But make sure your webserver doesn't block requests to .-files ("hidden" files in UNIX).
-
I'm curious if I should write a workaround for the /index.php thing (I've already added it for profile URL comparison).