: Php fopen => 500 Internal Server Error I have a website hosted on a dedicated server, I noticed that Google and other search engines can't access to the most URLs on my website!! On my localhost
I have a website hosted on a dedicated server, I noticed that Google and other search engines can't access to the most URLs on my website!!
On my localhost I have made a small test :
var_dump(fopen('http://www.aswat.ma', 'r'));
And I got this error :
Warning: fopen(http://www.aswat.ma) [function.fopen]: failed to open stream: HTTP request failed! HTTP/1.1 500 Internal Server Error in C:xampphtdocspnowatepublicindex.php on line 4
bool(false)
If I change the URL "http://www.aswat.ma" by "www.google.co.ma" I got this :
resource(3) of type (stream)
Any one have any idea about this issue ??
More posts by @Nimeshi995
1 Comments
Sorted by latest first Latest Oldest Best
To check this kind of issue, you can use a website like hurl.it. Anyway I see you used Zend Framework to develop the website and I think you have the almost same problem I had (or at least you can solve the same way). Thus, take a look at my question and my answer. It works for me: Redirect error in Google Webmaster Tools report
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.