http:// missing in my domain url how do add http in my site url

Discussion in 'Site & Server Administration' started by neeshu, Sep 3, 2012.

  1. #1
    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>
     
    neeshu, Sep 3, 2012 IP
  2. Ray Baron

    Ray Baron Member

    Messages:
    148
    Likes Received:
    10
    Best Answers:
    3
    Trophy Points:
    43
    #2
    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".
     
    Ray Baron, Sep 3, 2012 IP