> I created a symlink from MAMP htdocs to my dev web folder. > > I'm not sure but I think I might have a mod_rewrite issue, maybe due to > that MAMP htdocs symlink or apache default config ?
There's a good chance that using a symlink instead of actually changing httpd.conf's DocumentRoot is causing the issue. Try putting "RewriteBase /" in your .htaccess file just after "RewriteEngine on". Hope that helps, Zoe. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
