I Tried to Install magento in WAMP server 5.4 , 32 bit
But every time it just shows 500 internal server error
I traced code some code and found error of
Deprecated: Function get_magic_quotes_gpc() is deprecated in C:\wamp\www\magento\app\code\core\Mage\Core\functions.php on line 32
Magento works perfectly on 5.3 version on wamp server with 32 bit
But how to fix this problem with wamp 5.4
I think the deprecation message is not the problem. But perhaps its better when you reconfigure your php.ini and disable it.
You should disable the notices only to test.
I run Magento with EasyPHP and PHP 5.4.8 and have no problems. I had some problems with WAMP because the PHP Versions had some bugs and espacially some extensions were very buggy i don’t know why. So i changed to EasyPHP which uses WAMP and its working well.
Perhaps you should download a frech version of Magento and test it with your Webserver.
But at the end your problem could have many solution. Its possible that you have a wrong line ending in a file or your .htaccess has a syntax error and your webserver give the message. The Internal Server errors are very hard to solve.