may be try

<IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteRule    /$ / [L]
    RewriteRule    ^$    /app/webroot/    [L]
    RewriteRule    (.*) /app/webroot/$1    [L]
</IfModule>

2008/8/26 lacithetemplar <[EMAIL PROTECTED]>

>
> so, can you help me to configure my .htaccess file?
> here is current configuration:
>
> <IfModule mod_rewrite.c>
>   RewriteEngine on
>   RewriteRule    ^$ app/webroot/    [L]
>   RewriteRule    (.*) app/webroot/$1 [L]
> </IfModule>
>
>
> I don't know, where is problem, because at my localhost at home, it
> works fine
>
> On Aug 26, 1:47 pm, "Dardo Sordi Bogado" <[EMAIL PROTECTED]> wrote:
> > Then, your .htaccess are screwed, try accessing directly:
> http://mpw-test.netlife.sk/index.phpit gives the right page.
> >
> > Check your setup. This may help:
> http://book.cakephp.org/view/32/installation
> >
> > On Tue, Aug 26, 2008 at 5:05 AM, lacithetemplar
> >
> >
> >
> > <[EMAIL PROTECTED]> wrote:
> >
> > > it is fresh installation of cakephp, no changes in routes.php, only
> > > configured database.php
> >
> > > On Aug 25, 4:05 pm, "Dardo Sordi Bogado" <[EMAIL PROTECTED]> wrote:
> > >> It seems like you screwed the routes, show us your
> APP/config/routes.php
> >
> > >> On Mon, Aug 25, 2008 at 6:41 AM, lacithetemplar
> >
> > >> <[EMAIL PROTECTED]> wrote:
> >
> > >> > Is here someone, who knows, how can I solve this problem with
> webroot
> > >> > athttp://mpw-test.netlife.sk/?
> > >> > thanks- Hide quoted text -
> >
> > >> - Show quoted text -- Hide quoted text -
> >
> > - Show quoted text -
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
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