How do I set up Cakephp to work properly on Bluehost? Should I place my app, cake and vendor folders as well as .htaccess and index.php files in the /public_html/ directory? I followed the instructions here... http://book.cakephp.org/view/37/Apache-and-mod_rewrite-and-htaccess to no avail. All I see when I type the name to my website is a blank page!
feedback
|
|
The method that I followed to set up everything can be found at this site... http://www.ad7six.com/MiBlog/ProductionSetup
/public_html will have other information originally found in app/webroot but that's explained in the link above
| ||||
|
feedback
|
|
With bluehost, dont forget that the folders outside the webroot (ie your home folder) are also accessible for your application - no particular need to put the framework inside folders that are open to the outside world. | |||
|
feedback
|