Skip to content

Commit

Permalink
Added /static to folders that escape routing
Browse files Browse the repository at this point in the history
  • Loading branch information
DHS committed Nov 4, 2011
1 parent b537620 commit 5706024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ Options -Indexes

# Rat-specific rewrite
<IfModule mod_headers.c>
RewriteCond $1 !^(js|themes|uploads)
RewriteCond $1 !^(js|themes|uploads|static)
RewriteRule ^(.*)$ index.php
</IfModule>

Expand Down

0 comments on commit 5706024

Please sign in to comment.