Website appearance having some problems.

Status
Not open for further replies.

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
204
Points
63
PHP was updated to 5.3 from 5.2 on your server, are you running the latest versions of your scripts?
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
At least three requests for css, etc on your page are getting rejected as being "Bad Request" . They all seem to come from the WP Minify plugin. You could try disabling that and see if that clears up the problem.

Edit/Add:

Apparently Corey (below) was correct. Your site seems to be functioning now.
 
Last edited:

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
204
Points
63
May have been an issue if you were using the doc root variable, I just fixed that.
 

myallptcsites66

New Member
Messages
59
Reaction score
0
Points
0
Yah thanx my site is functioning well now.....but how to locate php version on my hosting account. Its saying php version - unknown. One more question to ask as u (descalzo) said wp minify causing the problem. So should i remove that plugin.?
 

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
204
Points
63
If you did not disable it to make your site work it was probably the document root issue I mentioned in my previous post. You do not have to do anything.

Your site is using PHP 5.3.6
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
It was the combination of the plugin [actually, how it inserts information into the css link ] and the configuration problem Corey fixed.
So, you don't have to disable the plugin for that reason.

cPanel is known for having problems displaying info for some things. The way to check would have a small script, call it phpversion.php :

PHP:
<?php 

echo phpversion();

will show you the version running on the server.
 

myallptcsites66

New Member
Messages
59
Reaction score
0
Points
0
ok ...... recently i noticed my homepage is working fine. But when i click sub links of my site the message appears.

Not Found

The requested URL /buxism/ was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Apache/2.2.19 (Unix) mod_ssl/2.2.19 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at ptc-examiner.info Port 80

What to do?
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
Links seem to work for me (Buxism and JillsClickCorner).

Try clearing your browser cache and history to makes sure you don't have "old" pages.
 
Status
Not open for further replies.
Top