Mobile app version of vmapp.org
Login or Join
Nimeshi995

: 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

@Nimeshi995

Posted in: #HttpCode500 #Php #Xampp

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 ??

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Nimeshi995

1 Comments

Sorted by latest first Latest Oldest Best

 

@Fox8124981

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

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme