You'd do this on the server side by setting file system permissions or with .htaccess directives (hardly a Cake question). The better thing to do though would be to not put it in the webroot to begin with, if it's not supposed to ever be accessed.
On 17 Nov 2008, at 16:33, bookme wrote: > > Hi, > > I am working on a flash application using XML. Flash file and XML is > inside webroot folder. I want to apply permission on XML file so > that no body can access XML files because these XML files contains > some secrete data. > > Please tell me how can I apply permissions on webroot/flash/xml folder > so that no body can access or view xml files. > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
