Www and domain.com

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Www and domain.com

    when i go to my domain.com it loads images but when i go to Domain Name Registration and Web Hosting | Domain.com images dont load, like my banner that stored on img folder please help!!!

    #2
    use this .htaccess code to transfer all the traffic from www. to your domain.com and it is also important for SEO.

    Code:
    RewriteCond %{http_host} ^www\.domain\.com [NC]
    RewriteRule ^(.*)$ http://domain.com/$1 [R=301,NC]

    Comment


      #3
      Originally posted by poporopop25 View Post
      when i go to my domain.com it loads images but when i go to Domain Name Registration and Web Hosting | Domain.com images dont load, like my banner that stored on img folder please help!!!
      Switch both in Cpanel.
      <!DOCTYPE html PUBLIC "-//WAPFORUM.RS

      Comment


        #4
        thanks to khan... thank you guys for the response

        Comment

        Working...
        X