Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Other Discussions
  3. Site Bugs / Suggestions
  4. Some links redirecting to Domain.com

Some links redirecting to Domain.com

Scheduled Pinned Locked Moved Site Bugs / Suggestions
comhelp
25 Posts 14 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Agent__007

    If I may: the relevant thread in the Lounge[^]

    Your time will come, if you let it be right.

    C Offline
    C Offline
    cjb110
    wrote on last edited by
    #3

    yes, I posted in there...but thought I'd post in the proper place too.

    A 1 Reply Last reply
    0
    • C cjb110

      yes, I posted in there...but thought I'd post in the proper place too.

      A Offline
      A Offline
      Agent__007
      wrote on last edited by
      #4

      Perhaps you misunderstood something. I merely referenced the Lounge post for the hamsters to look at as it was relevant to the bug you have posted here, I already had noticed your post in that thread. :)

      Your time will come, if you let it be right.

      1 Reply Last reply
      0
      • C cjb110

        As title, randomly you're getting redirected to domain.com if you go to the home page or click or some articles, a refresh tends to fix it...

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #5

        Same problem for me. But only with IE, Chrome works fine.:confused:

        B 1 Reply Last reply
        0
        • L Lost User

          Same problem for me. But only with IE, Chrome works fine.:confused:

          B Offline
          B Offline
          BillWoodruff
          wrote on last edited by
          #6

          I am seeing this in Chrome, including (once), getting re-directed when I tried to access this forum. cheers, Bill

          «A man will be imprisoned in a room with a door that's unlocked and opens inwards ... as long as it does not occur to him to pull rather than push»  Wittgenstein

          L 1 Reply Last reply
          0
          • B BillWoodruff

            I am seeing this in Chrome, including (once), getting re-directed when I tried to access this forum. cheers, Bill

            «A man will be imprisoned in a room with a door that's unlocked and opens inwards ... as long as it does not occur to him to pull rather than push»  Wittgenstein

            L Offline
            L Offline
            Lost User
            wrote on last edited by
            #7

            Now I have it also on Chrome. I think it has something to do with a Spammer :confused:! Kind Regards, Bruno

            1 Reply Last reply
            0
            • C cjb110

              As title, randomly you're getting redirected to domain.com if you go to the home page or click or some articles, a refresh tends to fix it...

              J Offline
              J Offline
              Jochen Arndt
              wrote on last edited by
              #8

              I'm posting this here because the information may help to track down the issue. [EDIT] If this is server dependant: I have actually connections the web02 and web03 servers. [/EDIT] I have used wget to check the server responses:

              data:~ # wget -vS --save-headers --no-cache http://www.codeproject.com/
              --2015-01-09 13:30:36-- http://www.codeproject.com/
              Resolving www.codeproject.com... 65.39.148.34
              Connecting to www.codeproject.com|65.39.148.34|:80... connected.
              HTTP request sent, awaiting response...
              HTTP/1.1 200 OK
              Cache-Control: private
              Content-Type: text/html; charset=utf-8
              Set-Cookie: SessionGUID=2b2547f6-9f1b-406a-9b54-195a3aef05ae; path=/
              Set-Cookie: SessionGUID=2b2547f6-9f1b-406a-9b54-195a3aef05ae; path=/
              Set-Cookie: vk=7b0294a3-77e2-49b6-85c1-e1430eb7cd47; domain=.codeproject.com; expires=Sat, 09-Jan-2016 05:00:00 GMT; path=/; HttpOnly
              Date: Fri, 09 Jan 2015 12:30:36 GMT
              Connection: keep-alive
              Content-Length: 73999
              Length: 73999 (72K) [text/html]

              The above is the expected behaviour. This happens when redirecting occurs:

              data:~ # wget -vS --save-headers --no-cache http://www.codeproject.com/
              --2015-01-09 13:30:59-- http://www.codeproject.com/
              Resolving www.codeproject.com... 65.39.148.34
              Connecting to www.codeproject.com|65.39.148.34|:80... connected.
              HTTP request sent, awaiting response...
              HTTP/1.1 301 Moved Permanently
              Cache-Control: private
              Content-Type: text/html; charset=utf-8
              Location: http://www.domain.com//
              Set-Cookie: SessionGUID=5eb3d887-659d-4370-9056-12218ff949b7; path=/
              Set-Cookie: SessionGUID=5eb3d887-659d-4370-9056-12218ff949b7; path=/
              Set-Cookie: vk=cdc9416e-16cc-4a38-91eb-dfc3df079f9e; domain=.domain.com/; expires=Sat, 09-Jan-2016 05:00:00 GMT; path=/; HttpOnly
              Date: Fri, 09 Jan 2015 12:30:58 GMT
              Connection: keep-alive
              Content-Length: 140
              Cookie coming from www.codeproject.com attempted to set domain to domain.com/
              Location: http://www.domain.com// [following]
              --2015-01-09 13:31:00-- http://www.domain.com//
              Resolving www.domain.com... 65.254.244.180
              Connecting to www.domain.com|65.254.244.180|:80... connected.
              HTTP request sent, awaiting response...
              HTTP/1.1 200 OK
              Date: Fri, 09 Jan 2015 12:31:00 GMT
              Content-Type: text/html; charset=ISO-8859-1
              Content-Length: 18476
              Connection: keep-alive
              Server: Apache
              X-Frame-Options: SAMEORIGIN
              Pragma: no-cache
              Cache-control: no-cache
              Expires: Fri, 09 Jan 2015 12:31:00 GMT
              Set-Cookie: SESSION_ID=bcc823

              K 1 Reply Last reply
              0
              • C cjb110

                As title, randomly you're getting redirected to domain.com if you go to the home page or click or some articles, a refresh tends to fix it...

                V Offline
                V Offline
                V 0
                wrote on last edited by
                #9

                Same issue here ...

                V.
                (MQOTD rules and previous solutions)

                1 Reply Last reply
                0
                • J Jochen Arndt

                  I'm posting this here because the information may help to track down the issue. [EDIT] If this is server dependant: I have actually connections the web02 and web03 servers. [/EDIT] I have used wget to check the server responses:

                  data:~ # wget -vS --save-headers --no-cache http://www.codeproject.com/
                  --2015-01-09 13:30:36-- http://www.codeproject.com/
                  Resolving www.codeproject.com... 65.39.148.34
                  Connecting to www.codeproject.com|65.39.148.34|:80... connected.
                  HTTP request sent, awaiting response...
                  HTTP/1.1 200 OK
                  Cache-Control: private
                  Content-Type: text/html; charset=utf-8
                  Set-Cookie: SessionGUID=2b2547f6-9f1b-406a-9b54-195a3aef05ae; path=/
                  Set-Cookie: SessionGUID=2b2547f6-9f1b-406a-9b54-195a3aef05ae; path=/
                  Set-Cookie: vk=7b0294a3-77e2-49b6-85c1-e1430eb7cd47; domain=.codeproject.com; expires=Sat, 09-Jan-2016 05:00:00 GMT; path=/; HttpOnly
                  Date: Fri, 09 Jan 2015 12:30:36 GMT
                  Connection: keep-alive
                  Content-Length: 73999
                  Length: 73999 (72K) [text/html]

                  The above is the expected behaviour. This happens when redirecting occurs:

                  data:~ # wget -vS --save-headers --no-cache http://www.codeproject.com/
                  --2015-01-09 13:30:59-- http://www.codeproject.com/
                  Resolving www.codeproject.com... 65.39.148.34
                  Connecting to www.codeproject.com|65.39.148.34|:80... connected.
                  HTTP request sent, awaiting response...
                  HTTP/1.1 301 Moved Permanently
                  Cache-Control: private
                  Content-Type: text/html; charset=utf-8
                  Location: http://www.domain.com//
                  Set-Cookie: SessionGUID=5eb3d887-659d-4370-9056-12218ff949b7; path=/
                  Set-Cookie: SessionGUID=5eb3d887-659d-4370-9056-12218ff949b7; path=/
                  Set-Cookie: vk=cdc9416e-16cc-4a38-91eb-dfc3df079f9e; domain=.domain.com/; expires=Sat, 09-Jan-2016 05:00:00 GMT; path=/; HttpOnly
                  Date: Fri, 09 Jan 2015 12:30:58 GMT
                  Connection: keep-alive
                  Content-Length: 140
                  Cookie coming from www.codeproject.com attempted to set domain to domain.com/
                  Location: http://www.domain.com// [following]
                  --2015-01-09 13:31:00-- http://www.domain.com//
                  Resolving www.domain.com... 65.254.244.180
                  Connecting to www.domain.com|65.254.244.180|:80... connected.
                  HTTP request sent, awaiting response...
                  HTTP/1.1 200 OK
                  Date: Fri, 09 Jan 2015 12:31:00 GMT
                  Content-Type: text/html; charset=ISO-8859-1
                  Content-Length: 18476
                  Connection: keep-alive
                  Server: Apache
                  X-Frame-Options: SAMEORIGIN
                  Pragma: no-cache
                  Cache-control: no-cache
                  Expires: Fri, 09 Jan 2015 12:31:00 GMT
                  Set-Cookie: SESSION_ID=bcc823

                  K Offline
                  K Offline
                  Keith Barrow
                  wrote on last edited by
                  #10

                  I tried using the IP directly - got the domain.com page again. Don't know if this will help the hamsters....

                  Slacker007 wrote:

                  [Dalek] Dave would make a fine American.[^]

                  1 Reply Last reply
                  0
                  • C cjb110

                    As title, randomly you're getting redirected to domain.com if you go to the home page or click or some articles, a refresh tends to fix it...

                    L Offline
                    L Offline
                    Lost User
                    wrote on last edited by
                    #11

                    We had in our company (Switzerland) just before an internet interruption for about 10 minutes. Now INet is back an problems on CP disapeared.....

                    1 Reply Last reply
                    0
                    • C cjb110

                      As title, randomly you're getting redirected to domain.com if you go to the home page or click or some articles, a refresh tends to fix it...

                      P Offline
                      P Offline
                      Paw Jershauge
                      wrote on last edited by
                      #12

                      Same here :doh: :doh: :doh: :doh: :doh:

                      With great code, comes great complexity, so keep it simple stupid...:-\ :-\

                      1 Reply Last reply
                      0
                      • C cjb110

                        As title, randomly you're getting redirected to domain.com if you go to the home page or click or some articles, a refresh tends to fix it...

                        C Offline
                        C Offline
                        CHill60
                        wrote on last edited by
                        #13

                        Still getting it in UK :( Phone ok-ish. Refresh not working on laptop. Getting withdrawal symptoms!

                        L 1 Reply Last reply
                        0
                        • C CHill60

                          Still getting it in UK :( Phone ok-ish. Refresh not working on laptop. Getting withdrawal symptoms!

                          L Offline
                          L Offline
                          Lost User
                          wrote on last edited by
                          #14

                          Seems OK in Woking now. :-D

                          C R 2 Replies Last reply
                          0
                          • L Lost User

                            Seems OK in Woking now. :-D

                            C Offline
                            C Offline
                            CHill60
                            wrote on last edited by
                            #15

                            Yay! Unfortunately I'm out now :(

                            1 Reply Last reply
                            0
                            • C cjb110

                              As title, randomly you're getting redirected to domain.com if you go to the home page or click or some articles, a refresh tends to fix it...

                              _ Offline
                              _ Offline
                              _AK_
                              wrote on last edited by
                              #16

                              This issue is still there so many forums.

                              .AK.

                              1 Reply Last reply
                              0
                              • C cjb110

                                As title, randomly you're getting redirected to domain.com if you go to the home page or click or some articles, a refresh tends to fix it...

                                C Offline
                                C Offline
                                Corporal Agarn
                                wrote on last edited by
                                #17

                                IE is okay, FireFox goes to domain.com

                                C 1 Reply Last reply
                                0
                                • C cjb110

                                  As title, randomly you're getting redirected to domain.com if you go to the home page or click or some articles, a refresh tends to fix it...

                                  M Offline
                                  M Offline
                                  Matthew Dennis
                                  wrote on last edited by
                                  #18

                                  A poorly timed network error triggered an very old, previously undiscovered bug. Chris has rebooted the servers and is working on the bug fix. Everything should be ok, but you may need to refresh your browser cache. Thank you for your patience and great information. It made tracking down the issue so much easier.

                                  L 2 Replies Last reply
                                  0
                                  • M Matthew Dennis

                                    A poorly timed network error triggered an very old, previously undiscovered bug. Chris has rebooted the servers and is working on the bug fix. Everything should be ok, but you may need to refresh your browser cache. Thank you for your patience and great information. It made tracking down the issue so much easier.

                                    L Offline
                                    L Offline
                                    Lost User
                                    wrote on last edited by
                                    #19

                                    Thank you very much for your feedback. But sorry, it is hard to believe that a bug on your side caused all the redirections :~ Bruno

                                    1 Reply Last reply
                                    0
                                    • C cjb110

                                      As title, randomly you're getting redirected to domain.com if you go to the home page or click or some articles, a refresh tends to fix it...

                                      R Offline
                                      R Offline
                                      Rajesh waran
                                      wrote on last edited by
                                      #20

                                      Yes you're right i have that too. i can't signed in here with my account yesterday.But now solved:thumbsup:

                                      ~R@JEES#

                                      1 Reply Last reply
                                      0
                                      • L Lost User

                                        Seems OK in Woking now. :-D

                                        R Offline
                                        R Offline
                                        Rajesh waran
                                        wrote on last edited by
                                        #21

                                        :thumbsup:

                                        ~R@JEES#

                                        1 Reply Last reply
                                        0
                                        • C Corporal Agarn

                                          IE is okay, FireFox goes to domain.com

                                          C Offline
                                          C Offline
                                          Chris Maunder
                                          wrote on last edited by
                                          #22

                                          Still?

                                          cheers Chris Maunder

                                          C 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups