hosted by liquidweb


Go Back   Web Hosting Talk : Web Hosting Main Forums : Web Hosting : Moved to new VPS - Site looks funky on some computers/browsers
Reply

Web Hosting Discussions on all aspects of web hosting including past experiences (both negative and positive), choosing a host, questions and answers, and other related subjects. If your service is unavailable, please click here.
Forum Jump

Moved to new VPS - Site looks funky on some computers/browsers

Reply Post New Thread In Web Hosting Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 09-19-2011, 03:22 PM
Adi-2k1 Adi-2k1 is offline
WHT Addict
 
Join Date: Sep 2001
Location: Dallas, TX
Posts: 127

Moved to new VPS - Site looks funky on some computers/browsers


Hey guys,

I ran a test on http://browserlab.adobe.com/ and www.beyondfootball.com looks messed up to me.

On this computer the design is wrong on Firefox and IE, but on my other laptop, it looks fine on Firefox.

Any thoughts on this? What could be causing this issue? How does the site look on your end?

Thanks in advance!

Reply With Quote


Sponsored Links
  #2  
Old 09-19-2011, 03:26 PM
iPing iPing is offline
Temporarily Suspended
 
Join Date: Sep 2011
Posts: 193
Possibly just me but looks a bit strange on the native Blackberry browser.

Reply With Quote
  #3  
Old 09-19-2011, 03:41 PM
HostSentry HostSentry is offline
Web Hosting Master
 
Join Date: Mar 2007
Location: Phoenix, AZ
Posts: 1,461
All of your includes (CSS and JS) get internal server errors... that's your problem

See: http://www.beyondfootball.com/compon.../css/style.css

Reply With Quote
Sponsored Links
  #4  
Old 09-19-2011, 04:29 PM
RaidLogic RaidLogic is offline
Web Hosting Guru
 
Join Date: Sep 2011
Location: USA
Posts: 262
I can confirm it does look wacky on my native blackberry os7 torch, on my htc android it looks better

Reply With Quote
  #5  
Old 09-19-2011, 05:21 PM
fshagan fshagan is offline
Web Hosting Master
 
Join Date: Jun 2003
Location: California
Posts: 2,481
Run your pages through the W3C.org validator at http://validator.w3.org/check?uri=be...Inline&group=0

You have some missing closing tags, etc.

Reply With Quote
  #6  
Old 09-19-2011, 06:47 PM
SeriesN SeriesN is offline
Oh, I'm a Gummy Bear,
 
Join Date: May 2011
Location: New York, USA
Posts: 3,487
I suppose your server is running suphp and you have not chnaged the permission?

__________________
+-+-+-+-+-+-+-+-+-+-+-++-++-+ - We see our customers as invited guests to a party, and we are the hosts.
+-+ Ninja Hawk Solutions INC. +-+ ☯ -- Affordable and Reliable Linux VPS Soltions.
+-+-+-+-+-+-+-+-+-+-+-++-++-+ ☯ 24/7 In house USA support. UnManaged but Still Useful Support.


Reply With Quote
  #7  
Old 09-19-2011, 07:02 PM
Jeff Bee Jeff Bee is offline
Premium Member
 
Join Date: Dec 2009
Location: Canada
Posts: 507
It looks wonky on Safari.. I don't know if you have styling or not but it is not showing up.

__________________
NorthernOrange - Canadian Web Hosting Solutions since 2005
24/7 World Class Support - 30 Day Money Back Guarantee - Varnish Accelerator!
Shared cPanel Hosting - Business Hosting
99.9% Uptime - Free Migration - Personal Account Managers

Reply With Quote
  #8  
Old 09-19-2011, 07:03 PM
quantumphysics quantumphysics is offline
MACBOOKS EVERYWHEREEEEEEEEEEEE
 
Join Date: Mar 2009
Posts: 3,804
all your css is gone.

__________________
mirACL: firewalls in software.

Reply With Quote
  #9  
Old 09-19-2011, 08:35 PM
Adi-2k1 Adi-2k1 is offline
WHT Addict
 
Join Date: Sep 2001
Location: Dallas, TX
Posts: 127
Quote:
Originally Posted by HostSentry View Post
All of your includes (CSS and JS) get internal server errors... that's your problem

See: http://www.beyondfootball.com/compon.../css/style.css
What's the issue with that file? Something with the code or something else?

fshagen, is there any way to tell what files those issues come from? Is that all from the css file mentioned in the quote above or is that from all the files on the server?

SeriesN, yes you are right. I enabled it yesterday. Can't find where I did that in Kloxo now. Should I disable it or how do I change the permission as you say?

Reply With Quote
  #10  
Old 09-19-2011, 08:40 PM
HostSentry HostSentry is offline
Web Hosting Master
 
Join Date: Mar 2007
Location: Phoenix, AZ
Posts: 1,461
Quote:
Originally Posted by Adi-2k1 View Post
What's the issue with that file? Something with the code or something else?

fshagen, is there any way to tell what files those issues come from? Is that all from the css file mentioned in the quote above or is that from all the files on the server?

SeriesN, yes you are right. I enabled it yesterday. Can't find where I did that in Kloxo now. Should I disable it or how do I change the permission as you say?

I get Internal Server Errors when requesting it.

Reply With Quote
  #11  
Old 09-19-2011, 08:56 PM
Adi-2k1 Adi-2k1 is offline
WHT Addict
 
Join Date: Sep 2001
Location: Dallas, TX
Posts: 127
Well I changed it away from suphp and nothing worked, so I changed it back to suphp and now I get a 403 Forbidden error. I think all the changes my host made last night got overwritten. i put in a ticket but what can i do in the meantime to make it work? What could it be?

Do i need to change the permissions for the folders?

Reply With Quote
  #12  
Old 09-19-2011, 08:59 PM
foobic foobic is online now
Community Liaison 2.0
 
Join Date: Feb 2005
Location: Australia
Posts: 5,111
Quote:
Originally Posted by Adi-2k1 View Post
What's the issue with that file? Something with the code or something else?
For me, now, it's a 403 (Forbidden) error, which usually means incorrect file permissions. Check the ownership and permissions of the directories above it too. But whether it's a 500 (internal server error) or 403, the webserver logs should tell you more about why it's happening.

Quote:
I enabled it yesterday. Can't find where I did that in Kloxo now. Should I disable it or how do I change the permission as you say?
The suphp setting is unlikely to affect serving of .css files unless you have some very unusual redirects in place, so better to leave it as is for now. Longer term though I'd personally turn off suphp - it slows down PHP pages and offers no security advantage on a VPS serving only one website.

__________________
Chris

"Learn from the mistakes of others. You can never live long enough to make them all yourself." - Groucho Marx

Reply With Quote
  #13  
Old 09-19-2011, 09:38 PM
Adi-2k1 Adi-2k1 is offline
WHT Addict
 
Join Date: Sep 2001
Location: Dallas, TX
Posts: 127
OK forbidden issue resolved.

Now to this CSS... what could be going on guys? I see the css file doesn't load but what do I have to do?

Reply With Quote
  #14  
Old 09-19-2011, 09:41 PM
HostSentry HostSentry is offline
Web Hosting Master
 
Join Date: Mar 2007
Location: Phoenix, AZ
Posts: 1,461
It doesn't appear to be resolved from my browser's perspective.

Reply With Quote
  #15  
Old 09-19-2011, 09:53 PM
Adi-2k1 Adi-2k1 is offline
WHT Addict
 
Join Date: Sep 2001
Location: Dallas, TX
Posts: 127
OK, it looks normal now that I removed the .htaccess file.

Now I gotta figure out what conflicts with the server settings.

Reply With Quote
Reply

Similar Threads
Thread Thread Starter Forum Replies Last Post
Need GoDaddy Shared site moved to Debian VPS oonth Systems Management Requests 5 02-22-2011 04:58 AM
Should this Site be Moved to a VPS xeonfan Running a Web Hosting Business 9 09-29-2008 08:02 AM
Funky site template/design for sale - (Use for Hosts or Designers) Kustud Design Offers 12 02-11-2005 10:22 AM
Brand New Funky Web Site anjam Web Site Reviews 6 02-04-2005 03:04 PM
portfolio funky springy site (you people really need to check it) dreamdezign Web Site Reviews 9 04-11-2002 05:55 AM

Related posts from TheWhir.com
Title Type Date Posted
Netcraft Finds Bank, Government, Web Host Sites Using Vulnerable MD5-Signed SSL Certificates Web Hosting News 2012-09-04 15:50:45
Iran Moves Websites In-House to Protect Against Attacks Web Hosting News 2011-12-21 20:03:37
Officials Arrest Six Estonians in DNSChanger Cybercrime Bust Web Hosting News 2011-11-10 21:52:48
Belgium Web Host Shuts Down Server After Duqu Virus Detected Web Hosting News 2011-11-04 14:35:30
Q&A: Strangeloop President Joshua Bixby Previews Mobile Site Optimizer Web Hosting News 2011-09-29 14:53:17


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
Postbit Selector

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement:
Web Hosting News:



 

X

Welcome to WebHostingTalk.com

Create your username to jump into the discussion!

WebHostingTalk.com is the largest, most influentual web hosting community on the Internet. Join us by filling in the form below.


(4 digit year)

Already a member?