• Resolved edwinx

    (@edwinx)


    Hello,

    I have this issue that I am not having success troubleshooting.

    I have a website hosted on a computer in my lan, that computer is placed on the DMZ (so that its separated from my lan) and the domain name is pointing to my public IP. The firewall (sonic wall) redirect traffic to that computer that is hosting the website.

    when I view the website internally, it looks fine but externally, only the CSS and linked JSS won’t work.

    The paths are correct, since images and pages load but why is .js and .css affected?

    I am stuck here.

    Thanks,

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    what’s the URL? It would help to be able to see th esite.

    Thread Starter edwinx

    (@edwinx)

    rcga.com

    https://www.rcga.com

    I am in the midst of troubleshooting it. its a whole bag of mysteries right now.

    I was able to get css to load..then it stopped loading

    Thanks,

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    the main style sheet, https://www.rcga.com/wp-content/themes/typeset/style.css?ver=4.4.2, is visible

    but things seem to be in a frame

    I suspect your easy-dns forwarder is causing the problems. What’s all this about?

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "https://www.w3.org/TR/html4/frameset.dtd">
    <html>
    <head>
    <title></title>
    <meta name="EASYDNS-FORWARDER" content="easydns.caprica_v2.webfwd2" />
    </head>
    <frameset rows="100%,*" border="0" frameborder="0" framespacing="0">
     <frame name="top" src="https://rushcraneguenther.com" noresize />
     <frame name="easydns.caprica_v2.webfwd2" src="about:blank" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" noresize />
     <noframes>
      <body>
       <h1></h1>
       <p>Your web-browser does not support frames.  You will need to <A HREF="https://rushcraneguenther.com">click here</A> to be redirected to this site.  (You will be automatically redirected in 10 seconds.)</p>
       <BR>Click for <A HREF="https://rushcraneguenther.com">https://rushcraneguenther.com</A>  </body>
     </noframes>
    </frameset>
    </html>

    Thread Starter edwinx

    (@edwinx)

    @sterndata

    yes, that was it

    I don’t know what happened previously but there was a stealth forwarding of rcga.com to https://rushcraneguenther.com and the ip is at Digital Ocean. No one seems to know how it got there. I changed the stealth forwarding to “A Host” and pointed that to the proper IP and now it seems to work.

    Thanks for the help.

    Cheers!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘CSS working locally but not working externally’ is closed to new replies.