hi,my site is on wordpress, when i open www.mydomain.com it redirects to mydomain.com rather than http://mydomain.comhow do i change it. i want it to be http://mydomain.com here are the contents of the htaccess file <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
Most browsers no longer display the http:// part of the URL in the browser address bar but it is there none-the-less. As long as your site is loading, you can disregard whether you see "mydomain.com" or "http://mydomain.com".