Re: my .htacces file

2007-03-17 Thread tekcorap
my app in www.example.com/cake/app On Mar 16, 4:18 pm, Ámon Tamás <[EMAIL PROTECTED]> wrote: > Where is your app? In the cake/app? > (My english is poor too :) > > tekcorap írta: > > > > > Hi masters, > > > I have one question. my cake directory is under my root directory > > ( e.g.www.example.c

Re: my .htacces file

2007-03-17 Thread Cheeze
I'm not very sure of what the cause of your problem might be, so I'm just gonna suggest some things you can check. - Is .htaccess in the folder of your cake directory in your server root? - Have you made sure the .htaccess files are in the app and webroot directories? In any case I don't think a

Re: my .htacces file

2007-03-16 Thread Ámon Tamás
Where is your app? In the cake/app? (My english is poor too :) tekcorap írta: > Hi masters, > > I have one question. my cake directory is under my root directory > ( e.g. www.example.com/cake). and my .htaccess is > > >RewriteEngine On >RewriteRule^$ app/webroot/[L] >Rewri

my .htacces file

2007-03-16 Thread tekcorap
Hi masters, I have one question. my cake directory is under my root directory ( e.g. www.example.com/cake). and my .htaccess is RewriteEngine On RewriteRule^$ app/webroot/[L] RewriteRule(.*) app/webroot/$1 [L] when I into my site (www.example.com/cake) I get this error;