RewriteEngine On
# Rewriting url without 'www'
RewriteCond %{HTTP_HOST} !^reurl.info$
RewriteRule ^(.*) http://reurl.info/$1 [QSA,L,R=301]
# Shortlink
RewriteCond %{REQUEST_URI} !^/themes(.*)
RewriteCond %{REQUEST_URI} !^/js(.*)
RewriteCond %{REQUEST_URI} !^/api.php
RewriteRule (.*) index.php