[go: up one dir, main page]

Menu

[r2]: / htaccess  Maximize  Restore  History

Download this file

13 lines (9 with data), 297 Bytes

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