Multisite non www domain gives registration error but should redirect to www.domain.com

you can make that happen in the .htaccess file. just add these lines:

RewriteEngine On
RewriteCond %{HTTP_HOST} ^domain.com
RewriteRule (.*) http://www.domain.com/$1 [R=301,L]

this will do a 301 from non-www to www of your domain.

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)