Skip to content

Commit

Permalink
fixed typo in .htaccess
Browse files Browse the repository at this point in the history
  • Loading branch information
Geist5000 committed Nov 24, 2021
1 parent 6ac291d commit dcfe5f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<IfModule mod_rewrite.c >
RewriteEngine on

RewriteRule ^/?\.well_known/.+$ - [L]
RewriteRule ^/?\.well-known/.+$ - [L]

RewriteRule ^(.*)$ public/$1 [L]
</IfModule>

0 comments on commit dcfe5f0

Please sign in to comment.