From f06f469e1298fcb78bd350b03ffba9fa42a16008 Mon Sep 17 00:00:00 2001 From: Thomas Jakobi Date: Fri, 4 Sep 2020 10:55:28 +0200 Subject: [PATCH] End the current rewrite process after the cachebusting rule It will not totally stop the rewrite afterwards but the rewrite is running from start --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7aef117..7df4043 100755 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ ``` RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f -RewriteRule ^(.+)\.([a-z0-9]{8})?\.(svg|js|css)$ $1.$3 +RewriteRule ^(.+)\.([a-z0-9]{8})?\.(svg|js|css)$ $1.$3 [L] ```