hi
added this to apache httpd.conf
AddType application/x-httpd-php .php
AddType application/x-httpd-php .phtml
and not sure if this is needed but stuck this in too:
#
# DirectoryIndex: sets the file that Apache will serve if a directory
# is requested.
#
<IfModule dir_module>
DirectoryIndex index.php index.html
</IfModule>
Hi
Thanks for reply, I got it working but deleted that folder and started again
In the end it was my apache not serving index.php if dir was requested, got that sorted and it’s all good