# 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 ^(.+)$ /nodeworx/templates/interworx/$1 [L]