Hello Friends .. my website opening without www how can i solve it .. i am taking server from goddady .. goddady .htaccess file not accept .. please guide me .. any body can give me code to solve problem ... please tell me steps to solve canonical issue ,... thanks
Not sure, But if the control panel is cPanel then just google it, and you will receive many result how to eleminate or mandatory inc. www before domain.
Hi, I am also using goddady server. It's support .htaccess file. If your server is Linux then see below: Options +FollowSymlinks RewriteEngine on rewritecond %{http_host} ^domain.com [nc] rewriterule ^(.*)$ http://www.domain.com/$1 [r=301,nc] If your server is Windows. You have to modify your setting in IIS. Hope these will help you.
thanks Redpro to suggest me --- yes my server is window. after modify setting in IIS. Can i use that code which you gave or i have to use another code for it ..
u can use php with the following code just create a .php file and add <? Header( "HTTP/1.1 301 Moved Permanently" ); Header( "Location: http://www.site.com" ); ?> PHP:
Actually from wordpress, in the setting you can change the website URL in the general setting. I always do that without touch the htaccess.