I set AllowOveride All for the following files with no difference
after restarting apache

/etc/apache2/sites-available/default
        DocumentRoot /var/www/
        <Directory />
                Options FollowSymLinks
                AllowOverride All
        </Directory>
        <Directory /var/www/>
                Options Indexes FollowSymLinks MultiViews
                AllowOverride All
                Order allow,deny
                allow from all
        </Directory>

/etc/apache2/httpd.conf
    <Directory "/etc/apache2">
        AllowOverride All
    </Directory>

    <Directory "/var/www">
        AllowOverride All
    </Directory>

/var/www/httpd.conf
    <Directory "/etc/apache2">
        AllowOverride All
    </Directory>

    <Directory "/var/www">
        AllowOverride All
    </Directory>

Thanks for the help,

J
On Feb 3, 12:37 am, Lakshmi <sla...@gmail.com> wrote:
> Hi
>
> Just add a new DocumentRoot directory and set AllowOveride All to this blank
> httpd.conf file.  That would be fine.
>
> Regards,
> Lakshmi
>
> On Tue, Feb 3, 2009 at 1:53 PM, neridaj <neri...@gmail.com> wrote:
>
> > Hello,
>
> > I've setup CakePHP on OSX and am now trying to set things up on Ubuntu
> > 8.10. When I modified the httpd.conf file on OSX there was a directory
> > section for the DocumentRoot, however, when I open the httpd.conf file
> > on Ubuntu the file is blank. Do I just add a new DocumentRoot
> > directory and set AllowOveride All to this blank httpd.conf file or do
> > I need to modify the apache2.conf file?
>
> > Thanks,
>
> > J
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to