All three must match exactly before it will work across the board. So, instead of aliasing your app/webroot directory, alias your app directory.
Now, put the .htaccess back in your app directory. The RewriteBase should be RewriteBase /app in both the .htaccess file in app and app/webroot. So, now you type in localhost/app to get to your application and all should work fine. Keep in mind that if you want you can change the app name itself, but the RewriteBase, alias, and physical directory much all match the exact same to work with mod_rewrite, and aliasing on Windows (the only one I have done this on). Now, once you put the application on a webserver you will be removing the RewriteBase lines more than likely. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
