DNRN Posted March 5, 2009 Share Posted March 5, 2009 Hi I'm trying to get the ZF to work on a WAMP. When I try to run the public folder in my browser I get the 500 Internal Server Error I have installed PEAR but I don't think it should have anything to do with it. I think I need some extensions, is their an easy way to get a bit more information on which package is missing or about the problem? Thanks. Link to comment https://forums.phpfreaks.com/topic/148082-solved-500-internal-server-error/ Share on other sites More sharing options...
DNRN Posted March 5, 2009 Author Share Posted March 5, 2009 Sorry I forgot to include my extensions, if it can help * bcmath * calendar * com_dotnet * ctype * session * filter * ftp * hash * iconv * json * odbc * pcre * Reflection * date * libxml * standard * tokenizer * zlib * SimpleXML * dom * SPL * wddx * xml * xmlreader * xmlwriter * apache2handler * curl * gd * mbstring * mcrypt * mysql * mysqli * PDO * pdo_mysql * pdo_sqlite * zip And please ask if you need any informations about my problem Link to comment https://forums.phpfreaks.com/topic/148082-solved-500-internal-server-error/#findComment-777292 Share on other sites More sharing options...
PFMaBiSmAd Posted March 5, 2009 Share Posted March 5, 2009 Check your web server error log file to find out what is causing the error. Link to comment https://forums.phpfreaks.com/topic/148082-solved-500-internal-server-error/#findComment-777295 Share on other sites More sharing options...
DNRN Posted March 5, 2009 Author Share Posted March 5, 2009 I found the problem Thanks for the quick answer, and error handling was enabled. hehe I checked my Apache error log, and found a problem with the 'RewriteEngine' . I had not loaded the rewrite module. I found the solution here: http://www.phpfreaks.com/forums/index.php?topic=218652.0 Link to comment https://forums.phpfreaks.com/topic/148082-solved-500-internal-server-error/#findComment-777313 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.