I downloaded the PHP mailer from GitHub, created a “/contact” directory, placed all of the files in this directory, however, when I navigate to the “/contact” directory, I get this error “HTTP ERROR 500”.
At this stage, all I want to do is display the contact form, (I’ll figure how to configure it later).
How do I at least get it to display?
I have created from scratch an entire website, except the contact form, because at this stage, I only know about HTML and CSS.
I followed the instructions in the Readme file from here (GitHub - InfinityFreeHosting/contactform: Simple contact form with PHPMailer).
I’m not trying to do anything weird, I just want to know what steps to take in order to display a contact form and make it work.