But the other cake sites are running fine so would that not indicate that
AllowOverride All is already set up? 

-----Original Message-----
From: cake-php@googlegroups.com [mailto:cake-php@googlegroups.com] On Behalf
Of lowpass
Sent: Wednesday, July 11, 2012 6:17 PM
To: cake-php@googlegroups.com
Subject: Re: 2.1.3 Freshly Baked App Help

Apache's config requires "AllowOverride All" for .htaccess files to be read.
Missing that?

On Wed, Jul 11, 2012 at 4:37 PM, Advantage+ <movepix...@gmail.com> wrote:
> The new baked app folder looks like this
>
> App /Config ......thru -> webroot
> Htaccess
>
> <IfModule mod_rewrite.c>
>
>         RewriteEngine on
>
>         RewriteRule    ^$    webroot/    [L]
>
>         RewriteRule    (.*) webroot/$1    [L]
>
> </IfModule>
>
> Index.php
>
>
>
> Inside webroot htaccess:
>
> <IfModule mod_rewrite.c>
>
>         RewriteEngine On
>
>         RewriteCond %{REQUEST_FILENAME} !-d
>
>         RewriteCond %{REQUEST_FILENAME} !-f
>
>         RewriteRule ^(.*)$ index.php [QSA,L]
>
> </IfModule>
>
> -----Original Message-----
> From: cake-php@googlegroups.com [mailto:cake-php@googlegroups.com] On 
> Behalf Of lowpass
> Sent: Wednesday, July 11, 2012 6:03 PM
> To: cake-php@googlegroups.com
> Subject: Re: 2.1.3 Freshly Baked App Help
>
> Missing the .htaccess files?
>
> On Wed, Jul 11, 2012 at 4:02 PM, Advantage+ <movepix...@gmail.com> wrote:
>> Basically I have a few older cake 1.3 sites on my server
>>
>>
>>
>> App <- site 1 v 1.3.x
>>
>> Site2 folder
>>
>>                                 / app <- v 1.3.x
>>
>>
>>
>> NewSite
>>
>>                                 /app <- v 2.1.3
>>
>>
>>
>> Site 1 and 2 are running fine, I did a fresh 2.1.3 console bake, only 
>> user model / controller / views and uploaded to NewSite / app but all 
>> I get is
>>
>> Index of /
>>
>> app/
>> favicon.ico
>>
>>
>>
>>
>>
>> when I go to the url. Config degug is at 2 database is set up. Not 
>> sure why this is happening and not sure what to try since it seems so 
>> straight forward from bake to upload not sure what to even try.
>>
>> No errors are reported nothing at all.
>>
>>
>>
>> Any suggestions?
>>
>>
>>
>> Thanks
>>
>> Dave
>>
>> --
>> 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+unsubscr...@googlegroups.com For more options, visit this 
>> cake-php+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+unsubscr...@googlegroups.com For more options, visit this 
> cake-php+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+unsubscr...@googlegroups.com For more options, visit this 
> cake-php+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+unsubscr...@googlegroups.com For more options, visit this group 
cake-php+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+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to