There is most likely a php error in your script. It is best to check your script locally first using a local server setup (e.g. xampp - a package with apache, mysql and some more).
Either on your server or locally, to make sure to see the php errors and warning, do the following temporary adjustments to your script:
error_reporting (E_ALL); ini_set ( 'display_errors' , '1' ); |
For certain servers, this test will output an unauthorized error.
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L] |
Note: It is not recommended to comment out the authorization for active channels, because there will be no authentication, that only junaio can access the channel information on your server.
Please read the error message of this step. Most common errors are: