new problem ...

Status
Not open for further replies.

ilyes87

New Member
Messages
38
Reaction score
0
Points
0
i have this problem now ..


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 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
Your addon domain I see the 500 error:

Any .php file should have permissions set to 0644. If they are set to 0777 or 0666 you will get that error.

In .htaccess, if it uses mod_rewrite, you should have the line

RewriteBase /

above any RewriteRule

I also see your main domain has MySQL connection errors.
 
Last edited:

ilyes87

New Member
Messages
38
Reaction score
0
Points
0
i can't find files php with 777 or 666 rights .. and i tried to change .htaccess .. and it is the same problem .. can you give me example ..
 

Zubair

Community Leader
Community Support
Messages
8,766
Reaction score
305
Points
83
Hello,

The problem should be fixed now.
 

ilyes87

New Member
Messages
38
Reaction score
0
Points
0
it works but .. still have some problems .. i don't know why ... like when i want login in admin section .. gcivil.co.cc/administrator

---------- Post added at 03:06 PM ---------- Previous post was at 03:02 PM ----------

and it does not appear correctly .. there is probelms in the pages .. thanx for helping me ..

فطور مبارك
 

ilyes87

New Member
Messages
38
Reaction score
0
Points
0
i got the old same 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 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
 

Zubair

Community Leader
Community Support
Messages
8,766
Reaction score
305
Points
83
Some PHP files in /administrator folder and in its subfolder showing their permissions as 664 but it should be 644. Change the permissions of each and every files (remember that only files not folders) to 644.
 
Status
Not open for further replies.
Top