php - Moving CakePhp installation from internal dev server to local web server -
i have setup cakephp inside 1 of application , able run application's scaffolding code on internal development server @ port 8765.
now want make use of local web apache web server.
i checked documentation of cakephp. mentioned below
you should able move cakephp install (including hidden files) inside webserver’s document root. should able point web-browser @ directory moved files , see application in action.
i using apache server document root htdocs , can configured through httpd.conf.
now according above statement have below queries
(a) cakephp install files. have project created cakephp files.
(b) project under htdocs contains cakephp files. point document root ?
(c) how detach application code cake php install files ?
regards,
saurav
Comments
Post a Comment