# Mod rewrite rule for rewriting to fallback files for a template
# DO NOT DELETE THIS FILE
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule ^(.+)$ /siteworx/templates/vanillaice/$1 [L]