I have a website on a WAMP server. When I launch the website´s folder, it tries to save the index.php file rather than displaying the generated page in the web browser. What
You haven't enabled .htaccess file and when you access the site then it doesn't redirect request to index.php. Rename .htaccess.sample to .htaccess and issue will resolve.