Monday, June 6, 2011

Re: CakePHP 1.3.10 released

http://groups.google.com/group/cake-php/msg/1cacb839049d34e6

On Jun 6, 8:54 pm, Dominik Gajewski <dominikgajews...@gmail.com>
wrote:
> I update to version 1.3.10 and i also have this error, but everything
> is working normally
>
> 2011/6/6 rebornishard <rebornish...@gmail.com>:
>
>
>
>
>
>
>
>
>
> > URL rewriting is not properly configured on your server.
> > Help me configure it
> > I don't / can't use URL rewriting
>
> > i test it on localhost, using xampp
> > mod_rewrite.so enable
>
> > <IfModule mod_rewrite.c>
> >    RewriteEngine on
> >    RewriteRule    ^$    webroot/    [L]
> >    RewriteRule    (.*) webroot/$1    [L]
> > </IfModule>
> > <IfModule mod_rewrite.c>
> >   RewriteEngine on
> >   RewriteRule    ^$ app/webroot/    [L]
> >   RewriteRule    (.*) app/webroot/$1 [L]
> > </IfModule>
> > <IfModule mod_rewrite.c>
> >    RewriteEngine On
> >    RewriteCond %{REQUEST_FILENAME} !-d
> >    RewriteCond %{REQUEST_FILENAME} !-f
> >    RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]
> > </IfModule>
>
> > try to use three of them as it was recommended from
> >http://book.cakephp.org/view/917/Apache-and-mod_rewrite-and-htaccess,
> > nothing happened, here some others :
> >http://ask.cakephp.org/questions/view/version_1_3_and_mamp_url_rewrit...
> >http://ask.cakephp.org/questions/view/url_rewriting_is_not_properly_c...
>
> > thanks to respond me
>
> > On Jun 6, 6:00 am, Ryan Schmidt <google-2...@ryandesign.com> wrote:
> >> On Jun 5, 2011, at 09:56, rebornishard wrote:
>
> >> > url rewrite seems not working well :(
>
> >> Explain?
>
> > --
> > Our newest site for the community: CakePHP Video Tutorialshttp://tv.cakephp.org
> > Check out the new CakePHP Questions sitehttp://ask.cakephp.organd 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 athttp://groups.google.com/group/cake-php
>
> --
> Pozdrawiam
> Dominik Gajewski

--
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: