My WP site is not working if you put www with url. and If you put without www in url it is working properly... I cant know what is problem ... Plz help me.. thank you
Try adding this to .htacess file RewriteEngine on RewriteCond %{HTTP_HOST} ^http://www.yourhost.com [NC] RewriteRule ^(.*)$ yourhost.com/$1 [L,R=301] Code (markup): that might fix it