Hi, new to this and struggling to test a site under local publish.
I have included an email form on a page which, when I select it, instead of executing the PHP file asks me instead if I wish to open it or save it.
I'm running XAMPP for Windows with Apache running on it, and can execute php files stored directly in htdocs - so I know PHP itself is up and working. I've tried going into httpd.conf and amending the directory block just below the definition of the root directory to read
<Directory />
Options FollowSymLinks
AllowOverride All
Allow from all
</Directory>
which I thought would enable php files to execute from any directory - but still no joy.
Can anyone help??
Thanks
Luke