ok please be patient with me, where can i find the htaccess file/s and what should i do with the RewriteBase thing?
where do i insert that piece of code for 2.? my directory structure is localhost/cake/ibm thanks On Jun 1, 10:10 am, Szabolcs Sulik <[EMAIL PROTECTED]> wrote: > hi > > if you put cake into a subdir do one of the follows: > 1. use RewriteBase in .htaccess files > 2. create VirtualHost: e.g. YOUR_WEBROOT_DIR/cake/ibm can be > ibmcake.local > > <VirtualHost *:80> > DocumentRoot YOUR_WEBROOT_DIR/cake/ibm > ServerName ibmcake.local > </VirtualHost> > > bests > szabolcs > > On May 31, 5:08 pm, rtanz <[EMAIL PROTECTED]> wrote: > > > hi i am a new cakephp user trying to follow the ibm tutorial but i > > have a problem when i try to register a new user at > > >http://localhost/cake/ibm/users/register > > > when i press register i am redirected tohttp://localhost/users/register > > and this returns a 404 not found error. it seems to me that that is > > not the place where the script should be redirecting too, how can i > > fix this? my register view has the following line <form action="/users/ > > register" method="post"> > > > thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
