0 Members and 1 Guest are viewing this topic.
hi,if you use apache you could use a rewrite rule, to force all requests to be redirected to www.In this case you would never have problems when your visitors just enter the domain without www.just add this to the .htaccess file of your page:RewriteEngine On### re-direct to wwwRewriteCond %{http_host} !^www.example.com [nc]RewriteRule ^(.*)$ http://www.example.com/$1 [r=301,nc]
The correct thing would be to delete the account and create it again without the www, this can cause countless problems later
Yes, you must edit the domain name inroot_cwp.userpostfix.*Edit vhosts in Apache and any other webserver