If it´s all in HTML and you dont want to have much work, you can put inside the webroot folder, OR you can put inside another folder in your public_html folder but with a .htaccess file with RewriteEngine OFF, both way will be accessible... for example... http://www.mysite.com/docs/doc1.html... you can have it in /app/webroot/docs/ or /docs with the htaccess
Em quinta-feira, 16 de maio de 2013 12h16min18s UTC-3, glk escreveu: > > Hello All, > > I have help documentation in html, png files located in a single > folder... Created by another. > > Where should these files be located within the site's app folder. A > folder within /View/Pages are as separate folder /View/Help? > > If this Help were in PDF format, where (by convention) should that or any > other downloadable file be stored within the app folder? > > I know these are probably silly questions, but a pointer in the right > direction (using proper conventions) would be greatly appreciated > > Thank you, > Greg > > -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/cake-php?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
