How do I open cakephp's index.php through MAMP? -


i'm new web designing , installed mamp , cakephp. (configured mamp per many tutorials online). i'm learning cake through blog tutorial. want know how access cake's index.php file on web browser. cake bake console runs fine through command line. but, of cakephp's files stored in /users/username/sites/cake (tutorial asked me place file there) while mamp's document root /applications/mamp/htdocs. now, i'm not sure how proceed blog tutorial , access cakephp files through web browser, being hosted localhost on mamp. i'm confused , use help.

move files htdocs.

the cake core should go htdocs\lib\cake.
app files should in htdocs\app.

so htdocs should this:

htdocs\     app\     lib\     .htaccess     index.php 

more info: http://book.cakephp.org/2.0/en/getting-started/cakephp-folder-structure.html


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -