Skip to content

Commit 58d3a12

Browse files
committed
Added acme-challenge to rewrite conditions
1 parent 62b2fc2 commit 58d3a12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.htaccess

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Options -Indexes
22
RewriteEngine On
33
RewriteCond %{REQUEST_URI} !assets
4+
RewriteCond %{REQUEST_URI} !.well-known/acme-challenge/
45
RewriteRule ^(.*)$ init.php [L]

0 commit comments

Comments
 (0)