MyBB Community Forums

Full Version: domain move
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
http://www.ummet.com.ba works without theme support.
http://ummet.com.ba doesnt work.

is this server or mybb configuration problem?
at present both are working fine. it would be better to not use www variant & redirect to non-www URLs

related .htaccess rule
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^www.ummet.com.ba [NC]
RewriteRule ^(.*)$ http://ummet.com.ba/$1 [L,R=301]