I recently uploaded a website for a friend in byethost just for viewing purposes. When I tried to check if it is working, all HTML pages are working correctly but when I access php pages a server error 500 occurs. What can be the problem?
I have checked for a .htaccess
files as many forums here suggests but to no avail since my account does not have that page. It only occurs when I alter php configuration in the cpanel which suggests to put magic quotes 'on'
or 'off'
but after, the php page displays no server error but it displays a blank.
I had edited the connection php page to "@ mysql...."
Instead of "mysqli"
can this be the reason? And can anyone help me with this problem?