Friday, October 28, 2011

Re: Having a hard time with getting overwrite to work

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 <yoursurrogategod@gmail.com> 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 <ste.latham@gmail.com>
I have just done this about 2 days ago only ubuntu 11.10 I followed this: -  


Worked No problems. 



On 28 Oct 2011, at 18:11, "Yves S. Garret" <yoursurrogategod@gmail.com> 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

On Fri, Oct 28, 2011 at 1:10 PM, Yves S. Garret <yoursurrogategod@gmail.com> 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 <robertorubiorguez@gmail.com>
Try to disable SELinux.....
 
 
Roberto 
 
 
 
 
-------Mensaje original-------
 
Fecha: 28/10/2011 11:37:41 a.m.
Para: CakePHP
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   <- on line 64

On Fri, Oct 28, 2011 at 10:42 AM, Yves S. Garret <yoursurrogategod@gmail.com> 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


--
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
cake-php+unsubscribe@googlegroups.com 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
cake-php+unsubscribe@googlegroups.com 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
cake-php+unsubscribe@googlegroups.com 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
cake-php+unsubscribe@googlegroups.com 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
cake-php+unsubscribe@googlegroups.com 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
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

No comments: