I have just installed WAMP on my PC. But I can't open any php file(even blank). When ever I tries to open a file ( say localhos/myfiles/indes.php) it shows "500 Internal Server Error" No. problem with phpMyAdmin.
Is there an .htaccess file? That might be causing the error if it's not enabled correctly. Try removing it temoprary.
Without seeing the actual file, my guess is that the rewrite module isn't loaded. Uncomment this line in httpd.conf. LoadModule rewrite_module modules/mod_rewrite.so Code (markup): And restart apache.