We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fecb154 commit 482a2e1Copy full SHA for 482a2e1
.htaccess
@@ -10,6 +10,7 @@
10
RewriteCond %{HTTPS} !=on
11
RewriteCond %{HTTP_HOST} !^bradshawsguide\.dev$ [NC]
12
RewriteCond %{HTTP_HOST} !^bradshawsguide\.org$ [NC]
13
+ RewriteCond %{HTTP_HOST} !^static\.bradshawsguide\.org$ [NC]
14
RewriteRule ^(.*)$ http://bradshawsguide.org/$1 [R=301,L]
15
16
# Rewrite cache busting query strings on static files
0 commit comments