First of all, open root .htaccess file then replace
#Options-MultiViews
with
Options-MultiViews
if it is not working then please add the line below in php.ini file:
cgi.fix_pathinfo = 1
Still having issues ? rename php.ini file to php5.ini file form the root and
you should be good now.
Thanks and feel free to share your comments.