500 internal error

Status
Not open for further replies.

diogo.webprog54

New Member
Messages
2
Reaction score
0
Points
0
In most attempts to install modules / components, always gives me 500 internal error. I wonder what can I do to resolve this situation.
Thanks
 

Skizzerz

Contributors
Staff member
Contributors
Messages
2,928
Reaction score
118
Points
63
Common causes for 500s include:
1) Permissions. Files and directories must NOT be world-writable (aka NOT 777 or 666). The recommended permissions are 755 for directories and 644 for files
2) .htaccess. Check all of your .htaccess files and remove anything a la php_flag/php_value, etc. as these don't work on Free Hosting. Also check if you are using mod_rewrite (RewriteRule) and add a RewriteBase directive for that
 

diogo.webprog54

New Member
Messages
2
Reaction score
0
Points
0
In htacess.txt are saying


# # Can Be commented in October if Causes errors, see notes above.
Options + FollowSymLinks

#
# mod_rewrite in use

RewriteEngine On

Now how do I define the directory?
 

Skizzerz

Contributors
Staff member
Contributors
Messages
2,928
Reaction score
118
Points
63
not htaccess.txt, .htaccess (they are different files). And please post the entire contents of it.
 
Status
Not open for further replies.
Top