Bohol
Feb 7th 2008, 7:48 am
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
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