DVigneault Posted November 5, 2012 Share Posted November 5, 2012 Hey all– I'm having trouble loading a stylesheet when I'm loading the website through a certain network. The stylesheet is referenced as follows: <base href="http://www.mywebsite.com/"> <link rel="stylesheet" type="text/css" href="common/style.php" /> The stylesheet itself is at mywebsite.com/common/style.php. When I visit the site from home, or from a cafe, or my school, or whatever, it loads find. However, when I visit the site from the public library, via a "filtered" public connection (it's the Boston Public Library, and it's connecting via "BlueSocket," which I'm not familiar with), the stylesheet doesn't load. I don't have this problem when I visit any other websites via the same connection. Any ideas about what might be going on, and how I might fix it? Best, and thanks, –Davis Quote Link to comment Share on other sites More sharing options...
kicken Posted November 5, 2012 Share Posted November 5, 2012 If it's not loading due to the library's network filtering it out, you'd have to find out why it is filtering and see if you can change it so it doesn't match that filter condition anymore. Without someone here being able to actually see the problem (which from the description would mean going into that library and trying to load the site) it's unlikely you'll be able to get much help. Providing the URL to your live website may improve your chances at getting some help. Quote Link to comment Share on other sites More sharing options...
DVigneault Posted November 5, 2012 Author Share Posted November 5, 2012 Thanks for the reply! Here's the site: www.clinicalc.com Here's the stylesheet: www.clinicalc.com/common/style.php Also, I looked up BlueSocket, which is the company that provides the wireless service to the library: http://www.bluesocket.com/solutions/vwlan I hope this helps, but, if not, thanks anyway for trying! Best, –Davis Quote Link to comment Share on other sites More sharing options...
Pikachu2000 Posted November 6, 2012 Share Posted November 6, 2012 Does the stylesheet load if you navigate directly to the by entering its URI in the address bar of the browser? Try navigating to it, and if it's just a white screen, check View --> Source for any output. Quote Link to comment Share on other sites More sharing options...
DVigneault Posted November 7, 2012 Author Share Posted November 7, 2012 No...the stylesheet doesn't load. I get an access-denied-type message. I can't figure out what my stylesheet could be doing that's against its filtering rules. Quote Link to comment Share on other sites More sharing options...
MDCode Posted November 9, 2012 Share Posted November 9, 2012 (edited) If you're using htaccess to forbid certain or only allow some ips, it would result from that (would explain the access denied error). Edited November 9, 2012 by ExtremeGaming Quote Link to comment Share on other sites More sharing options...
Pikachu2000 Posted November 9, 2012 Share Posted November 9, 2012 It would be nice to know what the error message actually is. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.