No bootstrap. Exiting.

Status
Not open for further replies.

The_Magistrate

New Member
Messages
1,118
Reaction score
0
Points
0
Are you using a CMS, or a forum system? Do you have a custom script running? If so, that may be the cause. In which case, you'll need to provide more information to help diagnose the problem.

I highly doubt it is a problem with the x10 servers. I've never seen that error message in regards to Apache before.
 

keseldude

New Member
Messages
4
Reaction score
0
Points
0
I did a 'save page as' on your main html/php file and I got an html file that just said the above, basically. If you have a copy of what it should look like on your machine, reupload it.
 

Aria5

New Member
Messages
56
Reaction score
0
Points
0
This is all there is on the index.
Index:
Code:
<? include('header.php'); ?>
<tr>
<td valign=top align=center height=500 width=400 bgcolor="#D1B994">
<h1>Site under construction!</h1>
It seems you've stumbled upon my site, which, unfortunatly, isn't complete. A few pages are up, but everything needs to be refined. 
</td></tr><? include('footer.php'); ?></HTML>
Header:
Code:
<table cellspacing=0 cellpadding=6 width="800" align="center">
<tr>
<td height="100" align="center" colspan=2 bgcolor="#94B9D1"><a href=http://caninecountry.exofire.net/><img src=/banner.png border=0></a></td>
</tr><tr><td height="25" colspan=2 bgcolor="#E8BD7D"><center>
<a href=/updates.php>Updates</a> |
 <a href=/art.php>Art</a> | <a href=/mailform.php>E-mail</a>
</td></tr>
<a name="top" id="top"></a>

Everything else is just a footer or meta names for search engines..
 

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
204
Points
63
It's something to do with your header file. I commented out the include header line and it loads fine.

-Corey
 
Status
Not open for further replies.
Top