My advice, make sure the first <Directory tag has AllowOveride ALL. Also make sure the correct user (maybe www-data, apache, or nobody) has ownership of your cake directory. You may need to do a chown -R username:groupname /home/ats/Documents/Development/CakePHP . If your user ats is not the apache httpd user, then you will want to add yourself to the group of that user using sudo adduser ats www-data(or correct group), and make sure you give group permissions using chmod -R g+swX /home/ats/Documents/Development/CakePHP . Then restart everything and cross your fingers.
You may want to clear your browser cache too. On Fri, Oct 28, 2011 at 12:46 PM, Yves S. Garret <[email protected] > wrote: > Yeah, I'm using XAMPP. The only command in that sequence that I didn't run > was: > > sudo a2enmod rewrite > > > Still doesn't work... > > > > 2011/10/28 Stephen Latham <[email protected]> > >> I have just done this about 2 days ago only ubuntu 11.10 I followed this: >> - >> >> >> http://komunitasweb.com/2009/02/cakephp-tutorial-installing-cakephp-on-ubuntu/ >> >> Worked No problems. >> >> >> >> On 28 Oct 2011, at 18:11, "Yves S. Garret" <[email protected]> >> wrote: >> >> I was mucking around with httpd.conf, trying to get it to work, so it's >> likely some of the info has changed and I'll repost the file. >> >> <http://bin.cakephp.org/view/620838662> >> http://bin.cakephp.org/view/620838662 >> >> On Fri, Oct 28, 2011 at 1:10 PM, Yves S. Garret <<[email protected]> >> [email protected]> wrote: >> >>> I have Ubuntu 11.04. I don't have SELinux installed. And since I have >>> yet to see that as an issue in the past, I'm inclined to believe that this >>> is not the problem at this moment. >>> >>> >>> 2011/10/28 Roberto Carlos Rubio RodrÃguez <<[email protected]> >>> [email protected]> >>> >>>> Try to disable SELinux..... >>>> >>>> >>>> Roberto >>>> >>>> >>>> >>>> >>>> *-------Mensaje original-------* >>>> >>>> *De:* Yves S. Garret <[email protected]> >>>> *Fecha:* 28/10/2011 11:37:41 a.m. >>>> *Para:* CakePHP <[email protected]> >>>> *Asunto:* Re: Having a hard time with getting overwrite to work >>>> >>>> If you look at line #120 in my post of httpd.conf, it's displayed >>>> there. And here is the contents of my /opt/lampp/modules directory: >>>> >>>> <http://bin.cakephp.org/view/1838304409> >>>> http://bin.cakephp.org/view/1838304409 <- on line 64 >>>> >>>> On Fri, Oct 28, 2011 at 10:42 AM, Yves S. Garret >>>> <<[email protected]> >>>> [email protected]> wrote: >>>> Ok, so I'm trying to setup cake on a linux machine (Ubuntu 11.04). I >>>> got the database connection to work fine, tmp is readable/writable, etc. >>>> >>>> But there is still no CSS in the default cake page. I looked at what >>>> the book said and I'm pretty sure that I set the correct settings, but no >>>> go. Here is my httpd.conf: >>>> <http://bin.cakephp.org/view/914367831> >>>> http://bin.cakephp.org/view/914367831 >>>> >>>> >>>> -- >>>> Our newest site for the community: CakePHP Video Tutorials >>>> <http://tv.cakephp.org>http://tv.cakephp.org >>>> Check out the new CakePHP Questions site <http://ask.cakephp.org> >>>> http://ask.cakephp.org and help others with their CakePHP related >>>> questions. >>>> >>>> >>>> To unsubscribe from this group, send email to >>>> <cake-php%[email protected]> >>>> [email protected] For more options, visit this >>>> group at <http://groups.google.com/group/cake-php> >>>> http://groups.google.com/group/cake-php >>>> >>>> >>>> <http://www.incredimail.com/?did=10500&id=619282&ppd=2694,201107041713,10,1,603981457404293626&rui=128454911&sd=20111028> >>>> >>> >> -- >> Our newest site for the community: CakePHP Video Tutorials >> http://tv.cakephp.org >> Check out the new CakePHP Questions site http://ask.cakephp.org and help >> others with their CakePHP related questions. >> >> >> To unsubscribe from this group, send email to >> [email protected] For more options, visit this group >> at http://groups.google.com/group/cake-php >> >> <http://www.incredimail.com/?did=10500&id=619282&ppd=2694,201107041713,10,1,603981457404293626&rui=128454911&sd=20111028> >>>> >>>> -- >>>> Our newest site for the community: CakePHP Video Tutorials >>>> <http://tv.cakephp.org>http://tv.cakephp.org >>>> Check out the new CakePHP Questions site <http://ask.cakephp.org> >>>> http://ask.cakephp.org and help others with their CakePHP related >>>> questions. >>>> >>>> >>>> To unsubscribe from this group, send email to >>>> <cake-php%[email protected]> >>>> [email protected] For more options, visit this >>>> group at <http://groups.google.com/group/cake-php> >>>> http://groups.google.com/group/cake-php >>>> >>> >>> >> -- >> Our newest site for the community: CakePHP Video Tutorials >> <http://tv.cakephp.org>http://tv.cakephp.org >> Check out the new CakePHP Questions site <http://ask.cakephp.org> >> http://ask.cakephp.org and help others with their CakePHP related >> questions. >> >> >> To unsubscribe from this group, send email to >> [email protected] For more options, visit this group >> at <http://groups.google.com/group/cake-php> >> http://groups.google.com/group/cake-php >> >> >> > -- > Our newest site for the community: CakePHP Video Tutorials > http://tv.cakephp.org > Check out the new CakePHP Questions site http://ask.cakephp.org and help > others with their CakePHP related questions. > > > To unsubscribe from this group, send email to > [email protected] For more options, visit this group > at http://groups.google.com/group/cake-php > -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
