Skip to content

Commit

Permalink
add missing suffix to .htaccess (pluginkollektiv#287) (pluginkollekti…
Browse files Browse the repository at this point in the history
  • Loading branch information
raffaelj authored Mar 29, 2024
1 parent ee5dafa commit c06283b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/setup/cachify.hdd.htaccess.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
}
$beginning = str_replace( '{{GZIP}}', $gzip, $beginning );

$middle = '/cache/cachify/%{ENV:CACHIFY_HOST}%{ENV:CACHIFY_DIR}index.html -f
$middle = '/cache/cachify/%{ENV:CACHIFY_HOST}%{ENV:CACHIFY_DIR}index.html%{ENV:CACHIFY_SUFFIX} -f
RewriteRule ^(.*) ';

$ending = '/cache/cachify/%{ENV:CACHIFY_HOST}%{ENV:CACHIFY_DIR}index.html%{ENV:CACHIFY_SUFFIX} [L]
Expand Down

0 comments on commit c06283b

Please sign in to comment.