Isn't there one '/' too many in the url ?
Shouldn't it be  http://localhost/cakePHP/  instead of  
http://localhost//cakePHP/
?

On Sep 8, 11:04 pm, teknoid <[EMAIL PROTECTED]> wrote:
> Make sure that AllowOverride is set to All in your apache conf.
> Also, double check that mod_rewrite is enabled.
>
> On Sep 8, 4:39 pm, "Sabrina Akter" <[EMAIL PROTECTED]> wrote:
>
>
>
> > hi Femi,
> > its by default set : *Configure::write('debug', 2);*
> > i changed it to 1. for 1 or 2 its shows the same result "URL not found".
>
> > hi agelin,
> > i dont understand what u wana know. in .htaccess it contains:
>
> > <IfModule mod_rewrite.c>
> >     RewriteEngine on
> >     RewriteRule    ^$    webroot/    [L]
> >     RewriteRule    (.*) webroot/$1    [L]
> >  </IfModule>
>
> > why its happening. is it dependent of databases data? or should i modify any
> > thing.
>
> > in thehttp://localhost//cakePHP/ still it showing some message:
> > *Editing this Page* *To change the content of this page, edit:
> > APP/views/pages/home.ctp.
> > To change its layout, edit: APP/views/layouts/default.ctp.
> > You can also add some CSS styles for your pages at: APP/webroot/css.
> > *
> > home.ctp and default.ctp dont existed.should i create those files?
>
> > On Mon, Sep 8, 2008 at 10:16 AM, agelin <[EMAIL PROTECTED]> wrote:
>
> > > looking for your .htaccess.
>
> > --
> > Thanks
> > -----------------
> > Sabrina Akter | System Developer
> > Email: [EMAIL PROTECTED] 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