I have this url that seems to work fine but it returns a 500 error.
http://comehike.com/outdoors/hike_widget.php?hike_id=164&height=700&width=500
Any idea why that is possibly happening? I have like 10k such errors in my google webmaster tools :(
|
I have this url that seems to work fine but it returns a 500 error. http://comehike.com/outdoors/hike_widget.php?hike_id=164&height=700&width=500 Any idea why that is possibly happening? I have like 10k such errors in my google webmaster tools :( |
||||
|
|
|
HTTP response headers are separate to the actual content that is returned. You can return any page with any response code (that's how custom 404 errors work). The problem most likely lies with your server or PHP code. Check that there is no 500 error being sent in PHP (it would use the If you are on shared hosting you'll probably need to contact your host since it may be their fault. |
|||
|
|
|
Click on the file in the Networks left side window then view the headers on the right |
|||
|
|
|
If you can create a
Create a blank |
|||
|
|