Re: get a 404 page

2007-05-27 Thread [EMAIL PROTECTED]

I am having the exact same problem. I was half way through the IBM
tutorial then switched hosting companies. I started over, and now am
getting a 404 when hitting .../users/register but when going to .../
index.php?url=users/register the page comes up fine.

What's the story? I've tried re-loading my database tables, but that
didn't help. Thanks in advance!

Ben

On May 10, 3:55 am, rocky <[EMAIL PROTECTED]> wrote:
> Hey All,
>
> I dropped the table and import the back up sql file in again. It
> works.
>
> Blessings,
> Rocky
>
> On May 9, 5:52 pm, rocky <[EMAIL PROTECTED]> wrote:
>
> > Hey,
>
> >http://localhost/cakephpxxx/index.php?url=userswouldgive me the
> > right content but I click on the link of register whose right url 
> > washttp://localhost/cakephpxxx/users/registerandit gives me the404
> > page again unless I 
> > inputhttp://localhost/cakephpxxx/index.php?url=users/register.
>
> > It is so strange, as I said another application works perfectly fine.
> > Can any of you give me a hint on how to solve the problem please?
>
> > Blessings,Rocky
>
> > On May 9, 5:27 pm,rocky<[EMAIL PROTECTED]> wrote:
>
> > > Hey list,
>
> > > I followed thetutorialof "IBM: Cook Up Websites Fast (5 part
> > > series)" and got the user registration system up and running
> > > successfully. Today I did an database table back up use mysqldump --
> > > add-drop-table xxx command and did some other editing which I forgot.
> > > The problem is the when I go tohttp://localhost/cakephpxxx/usersI
> > > got a404warning. I got another system called post 
> > > andhttp://localhost/cakephpxxx/postsgivesmethe content without any
> > > problem. Can any of you give me a hint on how to solve the problem
> > > please?
>
> > > The error message is "The requested URL /cakephp/cakephp1113/users was
> > > not found on this server."
>
> > > Blessings,
> > >Rocky


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



Re: get a 404 page

2007-05-10 Thread rocky

Hey All,

I dropped the table and import the back up sql file in again. It
works.

Blessings,
Rocky

On May 9, 5:52 pm, rocky <[EMAIL PROTECTED]> wrote:
> Hey,
>
> http://localhost/cakephpxxx/index.php?url=userswould give me the
> right content but I click on the link of register whose right url 
> washttp://localhost/cakephpxxx/users/registerand it gives me the 404
> page again unless I 
> inputhttp://localhost/cakephpxxx/index.php?url=users/register.
>
> It is so strange, as I said another application works perfectly fine.
> Can any of you give me a hint on how to solve the problem please?
>
> Blessings,Rocky
>
> On May 9, 5:27 pm,rocky<[EMAIL PROTECTED]> wrote:
>
> > Hey list,
>
> > I followed the tutorial of "IBM: Cook Up Websites Fast (5 part
> > series)" and got the user registration system up and running
> > successfully. Today I did an database table back up use mysqldump --
> > add-drop-table xxx command and did some other editing which I forgot.
> > The problem is the when I go tohttp://localhost/cakephpxxx/usersI
> > got a 404 warning. I got another system called post 
> > andhttp://localhost/cakephpxxx/postsgivesme the content without any
> > problem. Can any of you give me a hint on how to solve the problem
> > please?
>
> > The error message is "The requested URL /cakephp/cakephp1113/users was
> > not found on this server."
>
> > Blessings,
> >Rocky


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



Re: get a 404 page

2007-05-10 Thread rocky

Can any of you help me please?

On May 9, 5:52 pm, rocky <[EMAIL PROTECTED]> wrote:
> Hey,
>
> http://localhost/cakephpxxx/index.php?url=userswould give me the
> right content but I click on the link of register whose right url 
> washttp://localhost/cakephpxxx/users/registerand it gives me the 404
> page again unless I 
> inputhttp://localhost/cakephpxxx/index.php?url=users/register.
>
> It is so strange, as I said another application works perfectly fine.
> Can any of you give me a hint on how to solve the problem please?
>
> Blessings,Rocky
>
> On May 9, 5:27 pm,rocky<[EMAIL PROTECTED]> wrote:
>
> > Hey list,
>
> > I followed the tutorial of "IBM: Cook Up Websites Fast (5 part
> > series)" and got the user registration system up and running
> > successfully. Today I did an database table back up use mysqldump --
> > add-drop-table xxx command and did some other editing which I forgot.
> > The problem is the when I go tohttp://localhost/cakephpxxx/usersI
> > got a 404 warning. I got another system called post 
> > andhttp://localhost/cakephpxxx/postsgivesme the content without any
> > problem. Can any of you give me a hint on how to solve the problem
> > please?
>
> > The error message is "The requested URL /cakephp/cakephp1113/users was
> > not found on this server."
>
> > Blessings,
> >Rocky


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



Re: get a 404 page

2007-05-09 Thread rocky

Hey,

http://localhost/cakephpxxx/index.php?url=users would give me the
right content but I click on the link of register whose right url was
http://localhost/cakephpxxx/users/register and it gives me the 404
page again unless I input 
http://localhost/cakephpxxx/index.php?url=users/register.

It is so strange, as I said another application works perfectly fine.
Can any of you give me a hint on how to solve the problem please?

Blessings,
Rocky

On May 9, 5:27 pm, rocky <[EMAIL PROTECTED]> wrote:
> Hey list,
>
> I followed the tutorial of "IBM: Cook Up Websites Fast (5 part
> series)" and got the user registration system up and running
> successfully. Today I did an database table back up use mysqldump --
> add-drop-table xxx command and did some other editing which I forgot.
> The problem is the when I go to http://localhost/cakephpxxx/usersI
> got a 404 warning. I got another system called post 
> andhttp://localhost/cakephpxxx/postsgives me the content without any
> problem. Can any of you give me a hint on how to solve the problem
> please?
>
> The error message is "The requested URL /cakephp/cakephp1113/users was
> not found on this server."
>
> Blessings,
> Rocky


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



get a 404 page

2007-05-09 Thread rocky

Hey list,

I followed the tutorial of "IBM: Cook Up Websites Fast (5 part
series)" and got the user registration system up and running
successfully. Today I did an database table back up use mysqldump --
add-drop-table xxx command and did some other editing which I forgot.
The problem is the when I go to http://localhost/cakephpxxx/users I
got a 404 warning. I got another system called post and
http://localhost/cakephpxxx/posts gives me the content without any
problem. Can any of you give me a hint on how to solve the problem
please?

The error message is "The requested URL /cakephp/cakephp1113/users was
not found on this server."

Blessings,
Rocky


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