500 Internal Server Error

Status
Not open for further replies.

bioshock

New Member
Messages
27
Reaction score
0
Points
0
hey i can't open my site
Code:
[B]Internal Server Error[/B]

Internal Server Error

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

Please contact the server administrator, support@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 didn't change anything on my site for the last 1 week it was working fine before.
check here
 
Last edited:

vishal

-::-X10 Guru-::-
Community Support
Messages
5,255
Reaction score
192
Points
63
Check the Permission of folders or PHP scripts.Set it to 755
 

khalidna

New Member
Messages
18
Reaction score
0
Points
0
me too
i change to 755 and fix it
good man
 
Last edited:

bioshock

New Member
Messages
27
Reaction score
0
Points
0
Check the Permission of folders or PHP scripts.Set it to 755

i am using drupal and installed in public_html will there be any security problem if i give 755 permision to all the php script ??
 

cheezo

Member
Messages
177
Reaction score
0
Points
16
even if you fix the permission of it and its cgi if server is down then it still useless.
how can the permission be the issue when the user did nothing to his files?
 

vishal

-::-X10 Guru-::-
Community Support
Messages
5,255
Reaction score
192
Points
63
even if you fix the permission of it and its cgi if server is down then it still useless.
how can the permission be the issue when the user did nothing to his files?

The problem of CGI is already fixed
 

danprobo

Member
Messages
163
Reaction score
4
Points
18
I use Drupal and have same problems and fixes this error by uncomment the RewriteBase in my .htaccess file.

Code:
# Modify the RewriteBase if you are using Drupal in a subdirectory or in a
  # VirtualDocumentRoot and the rewrite rules are not working properly.
  # For example if your site is at http://example.com/drupal uncomment and
  # modify the following line:
  # RewriteBase /drupal
  #
  # If your site is running in a VirtualDocumentRoot at http://example.com/,
  # uncomment the following line:
  # RewriteBase /

I change to this because my site is running in a VirtualDocumentRoot.
Code:
  RewriteBase /
 

Bryon

I Fix Things
Messages
8,149
Reaction score
101
Points
48
Any 500 errors are most likely the cause of too open permissions. Lowering the permissions should resolve the problem.

Danprobo, thanks for letting us know about that.
 

danprobo

Member
Messages
163
Reaction score
4
Points
18
I just lucky :)

And I found this in Joomla .htaccess file
Code:
#  Uncomment following line if your webserver's URL
#  is not directly related to physical file paths.
#  Update Your Joomla! Directory (just / for root)

# RewriteBase /

I think it work on Joomla too.
 

rubencit

New Member
Messages
28
Reaction score
1
Points
0
500 Internal Server Error


the error is producing the archive .htaccess
 
Last edited:

wjh2303

New Member
Messages
139
Reaction score
0
Points
0
I think im having a related issue, my page loads to 500 error or not atall. Ive changed permissions of all the files in the public_html to 755 and ive tried the 'RewriteRoot /' in the .htaccess but neither of those steps seems to have resolved the issue: http://lifeinmegapixels.com
 
Status
Not open for further replies.
Top