• Resolved lenhend

    (@lenhend)


    My browser is confusing .com.au with .com
    I have 2 websites with the same name except for .com and the other .com.au
    (paintwithlen.com)
    The .com site has been up for years – the .com.au site is up but rarely used.
    Every time I try to work on the .com.au site I get diverted to the .com site – OK I understand it is my browser settings doing this.
    My question is – If my students go to my .com site ‘OFTEN’ will their browser become confused if I send them a link to https://paintwithlen.com.au ?

Viewing 3 replies - 1 through 3 (of 3 total)
  • the .com.au redirects me to the .com

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    My browser is confusing .com.au with .com

    It’s not your browser. Your https://paintwithlen.com.au/ site is the one doing the redirect.

    $ curl -I https://paintwithlen.com.au/
    HTTP/1.1 301 Moved Permanently
    Date: Fri, 31 Oct 2014 10:11:01 GMT
    Server: LiteSpeed
    Connection: Keep-Alive
    Keep-Alive: timeout=5, max=100
    Location: https://paintwithlen.com
    Vary: User-Agent
    Vary: User-Agent
    
    $

    If you remove or fix that part then the problem should go away.

    Thread Starter lenhend

    (@lenhend)

    Thank you – much appreciated

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘browser confusing .com.au with .com’ is closed to new replies.