Why not setting different modes for your virtual host only? And yes - this changing will affect other sites aswell. (assuming your <Directiory /> is /var/www)
Greets, Faifas On Sat, May 2, 2009 at 11:10, shinokada <[email protected]> wrote: > > My school server is running on Windows 2003, XAMPP. > I have other applications running such as Joomla and Moodle. > > In the doc of CakePHP, I need to change httpd.conf as follows. > <Directory /> > Options FollowSymLinks > AllowOverride All > # Order deny,allow > # Deny from all > </Directory> > > At the moment I have as follows. > > <Directory /> > Options FollowSymLinks > AllowOverride None > Order deny,allow > Deny from all > </Directory> > > > Will the change affect other applications? > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
