RewriteCond %{REQUEST_URI} !/themes/ [NC]
RewriteCond %{REQUEST_URI} !/modules/ [NC]
RewriteCond %{REQUEST_URI} !/assets/ [NC]
RewriteCond %{REQUEST_URI} !/misc/ [NC]
RewriteRule ^ /page-not-found [R=302,L]
