Hello Friends, I have a Wordpress blog. My concern is that I want all browser address to be www. If I type www.mysite.com, my browser changes to http://mysite.com What shall I do? Here's the .htaccess of Wordpress. # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Login to wordpress as admin. Then goto Options tab. Check if "WordPress address" has www. in it. If not, then put www. Otherwise check you DNS host records, they might be redirecting www to non-www site.
If your still having problems. Try this plugin http://txfx.net/code/wordpress/enforce-www-preference/ Worked well for me. Kind regards DK