http 500 on adding contact form
I m getting error after uploading to server as http 500 error. I checked the forum n made changes on php.ini file ie" memory_limit=258M
If i remove email code on page then page load. how to solve it?
I checked the server had .htacess file with following code: (If it can help)
# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php53” package as the default “PHP” programming language.
<IfModule mime_module>
AddHandler application/x-httpd-ea-php53 .php .php5 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit


