Skip to content

Commit

Permalink
added missing $2
Browse files Browse the repository at this point in the history
  • Loading branch information
pfefferle committed May 22, 2023
1 parent c1b644a commit 653b1f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ In order for webfinger to work, it must be mapped to the root directory of the U

Add the following to the .htaccess file in the root directory:

RedirectMatch "^\/\.well-known/(webfinger|nodeinfo|x-nodeinfo2)(.*)$" "\/blog\/\.well-known$1"
RedirectMatch "^\/\.well-known/(webfinger|nodeinfo|x-nodeinfo2)(.*)$" "\/blog\/\.well-known$1$2"

Where 'blog' is the path to the subdirectory at which your blog resides.

Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ In order for webfinger to work, it must be mapped to the root directory of the U

Add the following to the .htaccess file in the root directory:

RedirectMatch "^\/\.well-known/(webfinger|nodeinfo|x-nodeinfo2)(.*)$" "\/blog\/\.well-known$1"
RedirectMatch "^\/\.well-known/(webfinger|nodeinfo|x-nodeinfo2)(.*)$" "\/blog\/\.well-known$1$2"

Where 'blog' is the path to the subdirectory at which your blog resides.

Expand Down

0 comments on commit 653b1f9

Please sign in to comment.