Hello I can not enter on a site gives out an error help please

Status
Not open for further replies.

frantik.c73

New Member
Messages
7
Reaction score
0
Points
0
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.
 

Skizzerz

Contributors
Staff member
Contributors
Messages
2,928
Reaction score
118
Points
63
Hello,

Please check either in FTP or the cPanel File Manager that your directory permissions are set to 0755 and your file permissions are set to 0644. Having directories be 0777 or files be 0666 can cause these errors for security reasons.

If this error is still occurring after verifying that permissions are correct, please post back so that we may look into your issue further.
 

frantik.c73

New Member
Messages
7
Reaction score
0
Points
0
Hello,

Please check either in FTP or the cPanel File Manager that your directory permissions are set to 0755 and your file permissions are set to 0644. Having directories be 0777 or files be 0666 can cause these errors for security reasons.

If this error is still occurring after verifying that permissions are correct, please post back so that we may look into your issue further.
It is impossible, after replacement of the rights the error code changes only.
Can remove акуант and be registered again
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
It looks like your .htaccess might be to blame (ie requesting yourdomain/foobar.txt throws a 500 too).

If you post the contents, we can tell you if it is the problem.
 

frantik.c73

New Member
Messages
7
Reaction score
0
Points
0
It looks like your .htaccess might be to blame (ie requesting yourdomain/foobar.txt throws a 500 too).

If you post the contents, we can tell you if it is the problem.
What exactly needs to be laid out

---------- Post added at 07:29 PM ---------- Previous post was at 07:14 PM ----------

It looks like your .htaccess might be to blame (ie requesting yourdomain/foobar.txt throws a 500 too).

If you post the contents, we can tell you if it is the problem.
The people have tried to do all.
Filled in a script on new, has not helped reinstallation of the rights has not helped help
 

garrettroyce

Community Support
Community Support
Messages
5,609
Reaction score
250
Points
63
Descalzo has requested that you open the file /home/YOUR_USER_NAME/public_html/.htaccess and post the contents of this file in here so it can be diagnosed further.
 

frantik.c73

New Member
Messages
7
Reaction score
0
Points
0
Descalzo has requested that you open the file /home/YOUR_USER_NAME/public_html/.htaccess and post the contents of this file in here so it can be diagnosed further.
I spread file contents .htaccess


php_value register_globals on
php_value magic_quotes_gpc on

DirectoryIndex index.php


php_value default_charset windows-1251



php_value error_reporting off
php_flag display_errors off
 

garrettroyce

Community Support
Community Support
Messages
5,609
Reaction score
250
Points
63
you can't use php_value or php_flag. X10's php does not run in a mode where these directives are valid.
 

Anna

I am just me
Staff member
Messages
11,751
Reaction score
581
Points
113
You will not be able to change any php.ini configuration on shared hosting. You would need to remove those directives from your .htaccess.
 

frantik.c73

New Member
Messages
7
Reaction score
0
Points
0
You will not be able to change any php.ini configuration on shared hosting. You would need to remove those directives from your .htaccess.
Thanks i have changed contents. Htaccess by means of program Notepad ++ and all has earned
 
Status
Not open for further replies.
Top