Skip to content

Commit 482a2e1

Browse files
Paul LloydPaul Lloyd
Paul Lloyd
authored and
Paul Lloyd
committed
Don't redirect static asset requests
1 parent fecb154 commit 482a2e1

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
@@ -10,6 +10,7 @@
1010
RewriteCond %{HTTPS} !=on
1111
RewriteCond %{HTTP_HOST} !^bradshawsguide\.dev$ [NC]
1212
RewriteCond %{HTTP_HOST} !^bradshawsguide\.org$ [NC]
13+
RewriteCond %{HTTP_HOST} !^static\.bradshawsguide\.org$ [NC]
1314
RewriteRule ^(.*)$ http://bradshawsguide.org/$1 [R=301,L]
1415

1516
# Rewrite cache busting query strings on static files

0 commit comments

Comments
 (0)