Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • mikac Friend
    #164099

    Hello,

    I have strange behaviour with my website when I open it with or without www.
    When I load it like minimal.rs everything is fine, but when I add http://www.minimal.rs I get distorted menu and some fonts are different…

    It seems that only Google Chrome loads it the same, whether it’s with or without www.

    Whats causing this behaviour?

    Thank you, Milan


    1. firefox_blog_www
    2. Capture2
    3. Capture1
    mikac Friend
    #391902

    Solved by editing .htaccess file

    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^www.(.+)$ [NC]
    RewriteRule ^(.*)$ http://%1/$1 [R=301,L]

    add 2 lines under RewriteEngine On

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 1 voice, and was last updated by  mikac 13 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum