Internal Server Error

Status
Not open for further replies.

darkmage

New Member
Messages
26
Reaction score
0
Points
0
At times I'll see this message. A simple refresh will bring my site back up, but it's happening quite a bit. It started after the maintenance of the backend systems.

http://idirectory.x10.mx/index.php

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, no-reply@x10hosting.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

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




Also if I put index.php or just have it http://idirectory.x10.mx at the end of the link it'll take me to my old URL and hosting service.

http://idirectory.2x.nu which obviously does not exist.

I have a new router, and laptop. So it shouldn't be going to that. All browsers (IE8, FireFox3.6, Safari, and Opera) all current versions of the browser, and it still goes to 2x.nu why? the only time It will work is if I click the link from my bookmarks, or from my Support forum link.

Thanks
 
Last edited:

masshuu

Head of the Geese
Community Support
Enemy of the State
Messages
2,293
Reaction score
50
Points
48
Post the contents of your .htaccess file(if there is one) in the public_html folder
 

darkmage

New Member
Messages
26
Reaction score
0
Points
0
When I did a back up of all my files This is what it shows:

RewriteEngine on
RewriteBase /
RewriteCond %{HTTP_HOST} !(^www\.) [NC]
RewriteRule ^(.*?)$ http://www.idirectory.2x.nu/$1 [L,R=301]

This isn't recent, about 3 days ago I downloaded back ups.
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
darkmage said:
There are none,

darkmage said:
When I did a back up of all my files This is what it shows:

....

This isn't recent, about 3 days ago I downloaded back ups.

So, you erased .htaccess since making the backup?
 

Zubair

Community Leader
Community Support
Messages
8,766
Reaction score
305
Points
83
This was in your .htaccess file and .htaccess was there in your account.
RewriteEngine on
RewriteBase /
RewriteCond %{HTTP_HOST} !(^www\.) [NC]
RewriteRule ^(.*?)$ http://www.idirectory.2x.nu/$1 [L,R=301]

I removed it and your website is working fine now.
 
Last edited:

darkmage

New Member
Messages
26
Reaction score
0
Points
0
Hmm.. I may have missed it when looking for it. But I still get the Internal server error. and I see the .2x.nu was in there. but I'm still be redirected to that link when typing it in Chrome, or Fx.
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
Clear your browser cache/history in both.
 

darkmage

New Member
Messages
26
Reaction score
0
Points
0
Alright, thanks that worked. :)

That's one problem over! I don't have any other problems with the site. just some of my coding. Thanks again. :)

---------- Post added at 09:47 PM ---------- Previous post was at 09:28 PM ----------

Ok I just got another internal server error using Fx. I cleared cache, and everything else.

This is where I got the error from http://www.idirectory.x10.mx/admin.php
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
I get to the page, but you have two MySQL problems on the left side panels (one apparently you are not setting any configuration information because it says you are not using password).
 

darkmage

New Member
Messages
26
Reaction score
0
Points
0
How would I check this out? I didn't add the MySQL DB I don't understand PHP and MySQL yet, one of my friends helped me out with the PHP and stuff. :p

Now my whole site has the "Internal Server error". :-/
 
Last edited:

darkmage

New Member
Messages
26
Reaction score
0
Points
0
The ISE seems to be only affecting the Admin panel of my site. and sometimes the home page.
 

darkmage

New Member
Messages
26
Reaction score
0
Points
0
I get to the page, but you have two MySQL problems on the left side panels (one apparently you are not setting any configuration information because it says you are not using password).

I understand what you are saying now. Wasn't to sure what you mean, and I looked at the error log. I've informed my coder, and he said he'll rewrite the system. Were also adding in new features. and I hope this ISE error is resolved soon. As I'm going to be buying a domain name for my site Monday. :p
 
Status
Not open for further replies.
Top