If a "500 - Internal Server Error" error message is returned to you when you access a page, please make the following changes:
- remove from .htaccess all lines beginning with "Options .." or "SSLOptions"
- remove all lines starting with "php_value .." or "php_Admin .." from .htaccess
- remove all lines starting with "SecFilterEngine" or "SecFilterScanPOST" from .htaccess
- 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.
