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. Quote 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 Quote 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. Quote 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 Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.