I had this problem myself only yesterday on my home (Windows) machine. Here's the solution:
Don't change <Directory /> Look a little further down the conf file and you'll see another directory section that points to your web root (e.g): <Directory c:\htdocs\> Make the changes there ;-) On Aug 20, 1:07 am, "sixs" <[EMAIL PROTECTED]> wrote: > HI, > I'm trying cakephp again. I can get cakephp index.php page to display after > installing wamp and cakephp. I can get the message that it finds mysql > database.But I change the allowwrit is set to All in http[d.conf. as > <Directory /> > Options FollowSymLinks > AllowOverride All > Order deny,allow > Deny from all > Satisfy all > </Directory> > If I uncomment this line I get an error line 106: > > #LoadModule rewrite_module modules/mod_rewrite.so > What am I not doing???? > JIm --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
