Ryan, I have changed my apache *Document root*: /cakephp in httpd.conf. but m getting " The page isn't redirecting properly " error. What are other parameters to set?
Thanks Pushpa On Tue, Mar 29, 2011 at 5:42 AM, Ryan Schmidt <[email protected]>wrote: > > On Mar 28, 2011, at 08:08, pushpa nc wrote: > > >> Set up your DocumentRoot properly in your Apache configuration. > > > > But , How to do apache configuration? you mean i should do it in > .htaccess file? > > DocumentRoot cannot be set in an .htaccess file. You would want to edit > your main Apache configuration file, the httpd.conf file. If you do not have > the ability to edit your server's httpd.conf, then you may be limited in how > you can set up your CakePHP app. > > > > > > -- > Our newest site for the community: CakePHP Video Tutorials > http://tv.cakephp.org > Check out the new CakePHP Questions site http://ask.cakephp.org and help > others with their CakePHP related questions. > > > To unsubscribe from this group, send email to > [email protected] For more options, visit this group > at http://groups.google.com/group/cake-php > -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
