Hi. After reading many post on this site I have realised the reason I had missing graphics from the install page is due to my webhost streamline.net

I have renamed my .htaccess file in the zencart/includes folder and all seems fine. I then read this is a security issue. Another member 'Vger' suggested to edit the .htaccess file from:

<Files *.php>
Order Deny,Allow
Deny from all
</Files>

adding qoutes as below:

<Files "*.php">
Order Deny,Allow
Deny from all
</Files>

I have done this and renamed my .htaccess file and all is fine.

Is this secure? Also do I need to do the same to .htaccess in zencart/admin/includes although its working ok as it is.

Thanks