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.com/cake). and  my .htaccess is
>
> > <IfModule mod_rewrite.c>
> >    RewriteEngine On
> >    RewriteRule    ^$ app/webroot/    [L]
> >    RewriteRule    (.*) app/webroot/$1 [L]
> > </IfModule>
>
> > when I into my site (www.example.com/cake) I get this error;
>
> > Bad Request
> > Your browser sent a request that this server could not understand.
>
> > Client sent malformed Host header
>
> > and I use "/" (www.example.com/cake/) I get another error
>
> > Not Found
> > The requested URL was not found on this server.
>
> > but when I use index.php is work (www.example.com/cake/index.php/
> > articles ) is work *-)
> > I dont want use /index.php/articles/ I want use directly
> >www.example.com/cake/articles
>
> > my mod_rewrite engine is open.
> > What can I do solve this problem?
> > (sorry my english is very poor :( )
>
> > Thanks your helps.
>
> --
> Ámon Tamáshttp://linkfelho.amon.hu


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to