hi to all, i want to solve mine site canonical problem. i don't have domain access. i want to redirect xyz.com to www.xyz.com. what can i do. i only have ftp access
You need to update the htaccess file. Google '301 redirect' to get some suggestions. Recommend you backup first as you can completely screw your site if you get it wrong. You can also add '<link rel="canonical" href="http://www.yourdomain.com/" />' on each page.