Major issue!!

Status
Not open for further replies.

Velocity

New Member
Messages
5
Reaction score
0
Points
0
Hey when i go to my site it keeps giving me this error.
Internal Server Error
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 500 Internal Server Error
error was encountered while trying to use an ErrorDocument to handle the request.
I accidently deleted the error_log and possibly some other files that were supposed to be deleted when i was deleting my script and uploading the new one. Please help
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
Make sure any files have permissions set to 0644 and subdirectories of public_html set to 755. If they are set ot 0666 or 077, you get a 500 error due to the security settings.

~ Colonel Klink
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
1. That is not your domain
2. Deleting error_log doesn't cause 500 errors
3. 500 errors are also caused by .htaccess files. If you post the contents of your .htaccess file, we can see if that is a problem.
 

Velocity

New Member
Messages
5
Reaction score
0
Points
0
I have no clue how to fix this issue. Im more then sure that i deleted the wrong files i was supposed to keep a couple... lol guess i should have kept the damn original script

---------- Post added at 11:28 PM ---------- Previous post was at 11:27 PM ----------

I dont have a .htaccess file

---------- Post added at 11:29 PM ---------- Previous post was at 11:28 PM ----------

If i pm you with the login details you can check it out for yourself.

---------- Post added at 11:30 PM ---------- Previous post was at 11:29 PM ----------

I feel like an idiot over all this i really do lol
 

masshuu

Head of the Geese
Community Support
Enemy of the State
Messages
2,293
Reaction score
50
Points
48
i commented out a couple lines in your .htaccess file including

AddHandler application/x-httpd-php .php
php_flag register_globals on

and the Auth files as they are not pointing at valid locations

we don't allow people to set php flags. Also that is the wrong handler for php. php is handled automaticly already.

your site appears to be working now
 

Velocity

New Member
Messages
5
Reaction score
0
Points
0
Thanks that was really happy now im just having issues with my register page to work
 
Status
Not open for further replies.
Top