
RewriteOptions inherit
Options +SymLinksIfOwnerMatch
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^.*represent.co.me$ [NC]
RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteRule ^(.*)$ http://www.represent.rs/crna-gora/$1 [R=301,L]
RewriteCond %{HTTP_HOST} ^represent\.co\.me$ [OR]
RewriteCond %{HTTP_HOST} ^www\.represent\.co\.me$
RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteRule ^/?$ "http\:\/\/represent\.rs\/crna\-gora" [R=301,L]

