Re: URL not Found Error

2008-09-12 Thread nayan


Your mod_rewtrite should be ON and then restart you Apache...then set
default controller in routes.php
On Sep 9, 4:53 am, "Sabrina Akter" <[EMAIL PROTECTED]> wrote:
> i set up all the configuration newly.and also create all the files newly.
> Apache and mod_rewtrite are perfectly ok. and all the files are in right
> place
> still when i trying to accesshttp://localhost/project/caketoodoo/tasks/index
> it showing URL not found error!!
>
> please anyone can help me??
>
>
>
> On Tue, Sep 9, 2008 at 3:04 AM, 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:
>
> > > 
> > >     RewriteEngine on
> > >     RewriteRule    ^$    webroot/    [L]
> > >     RewriteRule    (.*) webroot/$1    [L]
> > >  
>
> > > 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]
>
> --
> Thanks
> -
> Sabrina Akter | System Developer
> Email: [EMAIL PROTECTED]

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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
-~--~~~~--~~--~--~---



Re: URL not Found Error

2008-09-09 Thread Md.Nur Alam
I think  index()  function is not Present in your ConTrollers Class.

On Mon, Sep 8, 2008 at 4:28 AM, lizzeelike <[EMAIL PROTECTED]> wrote:

>
> i have create all files for creating new blog. but when i try to
> access the following url
> http://localhost/cakePHP/posts/index
>
> it shows such error:
>
> Not Found
>
> The requested URL /cakePHP/posts/index was not found on this server.
>
> --
> Can anyone tell me why its happening?
>
> Sabrina
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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
-~--~~~~--~~--~--~---



Re: URL not Found Error

2008-09-09 Thread [EMAIL PROTECTED]

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:
>
> > 
> >     RewriteEngine on
> >     RewriteRule    ^$    webroot/    [L]
> >     RewriteRule    (.*) webroot/$1    [L]
> >  
>
> > 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 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
-~--~~~~--~~--~--~---



Re: URL not Found Error

2008-09-09 Thread Sabrina Akter
i set up all the configuration newly.and also create all the files newly.
Apache and mod_rewtrite are perfectly ok. and all the files are in right
place
still when i trying to access
http://localhost/project/caketoodoo/tasks/index
it showing URL not found error!!

please anyone can help me??

On Tue, Sep 9, 2008 at 3:04 AM, 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:
> >
> > 
> > RewriteEngine on
> > RewriteRule^$webroot/[L]
> > RewriteRule(.*) webroot/$1[L]
> >  
> >
> > 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]
> >
>


-- 
Thanks
-
Sabrina Akter | System Developer
Email: [EMAIL PROTECTED]

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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
-~--~~~~--~~--~--~---



Re: URL not Found Error

2008-09-08 Thread teknoid

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:
>
> 
>     RewriteEngine on
>     RewriteRule    ^$    webroot/    [L]
>     RewriteRule    (.*) webroot/$1    [L]
>  
>
> 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]
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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
-~--~~~~--~~--~--~---



Re: URL not Found Error

2008-09-08 Thread Sabrina Akter
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:


RewriteEngine on
RewriteRule^$webroot/[L]
RewriteRule(.*) webroot/$1[L]
 

why its happening. is it dependent of databases data? or should i modify any
thing.

in the http://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]

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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
-~--~~~~--~~--~--~---



Re: URL not Found Error

2008-09-07 Thread agelin

looking for your .htaccess.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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
-~--~~~~--~~--~--~---



Re: URL not Found Error

2008-09-07 Thread Femi Taiwo





1. Open up app/config/core.php 
2. Look for debug.
3. Set to 1 or 2

Refresh your browser and see the actual problem.

lizzeelike wrote:

  i have create all files for creating new blog. but when i try to
access the following url
http://localhost/cakePHP/posts/index

it shows such error:

Not Found

The requested URL /cakePHP/posts/index was not found on this server.

--
Can anyone tell me why its happening?

Sabrina



  



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "CakePHP" 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  -~--~~~~--~~--~--~---





URL not Found Error

2008-09-07 Thread lizzeelike

i have create all files for creating new blog. but when i try to
access the following url
http://localhost/cakePHP/posts/index

it shows such error:

Not Found

The requested URL /cakePHP/posts/index was not found on this server.

--
Can anyone tell me why its happening?

Sabrina

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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
-~--~~~~--~~--~--~---