If a "500 - Internal Server Error" error message is returned to you when you access a page, please make the following changes:

  1. remove from .htaccess all lines beginning with "Options .." or "SSLOptions"
  2. remove all lines starting with "php_value .." or "php_Admin .." from .htaccess
  3. remove all lines starting with "SecFilterEngine" or "SecFilterScanPOST" from .htaccess
  4. make sure the folder in which is the script you are trying to run has no write permissions for everyone (777 - world). The correct settings for folders are 755.
    make sure that the script you are trying to run does not have write permissions for everyone (777 - world). The correct file settings are 600 (recommended) or 644.
Cette réponse était-elle pertinente? 0 Utilisateurs l'ont trouvée utile (0 Votes)