Resolved 503 errors since page update

Status
Not open for further replies.

marc2002

New Member
Messages
5
Reaction score
1
Points
3
here's my site: http://marc2003.x10host.com/intro
this problem only started happening after i made a change to my index.php file. the change i made was to the html - nothing inside php tags but since then i can't access that file at all.

but the rest of my site is still up - i can access this page just fine. http://marc2003.x10host.com/admin.php
i also uploaded a brand new php file with the good old phpinfo() and that works fine so it seems the servers/cache have a problem with the content of my original file but there is nothing dodgy in there. it's basically a load of boring html and a few external links.
 

leafypiggy

Manager of Pens and Office Supplies
Staff member
Messages
3,819
Reaction score
163
Points
63
This seems to have been caused by your use of an output handler: ob_start("ob_gzhandler");

I commented out this line, and your website is loading fine now
 
Status
Not open for further replies.
Top