I have a wordpress blog that is http://myblog.com . I want it to be http://www.myblog.com (this are examples) I have read I have to use the .htacess file. On the file I have # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress How can I implement the redirect. Thank you
Yoy dont need to change htaccess - you need to login to admin and go to settings and add the "www" to your url there I am talking about where it says "WordPress address (URL)" and "Blog address (URL)"