Indeed it is the good old forum classic. Newb (me) confused and frustrated that i can't figure out how to have cake installed in a subdirectory.
This is my dir structure: --xampp ----htdocs ------bromine (non cake stuff) ------wiki (non cake stuff) ------cakephp --------app --------cake --------docs --------vendors --------.htaccess --------index.php I've followed the IBM tutorial on how to create a wiki, and everything worked fine before i moved into the cakephp subdir. Now when i go to localhost/cakephp/users/register i get the correct register page, but when i click the submit button im sent to localhost/users/register which ofcourse gives me a 404. Ofcourse i could edit the action="users/register" to something like action="cakephp/users/register" but i can't believe this is the way the gents at cakephp intended for us to write robust code ;) I have not edited any off the .htaccess files. Cheers, Rasmus --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
