Hello,

I'm creating a plugin to act as a Blog.
The main controller has the same name as the plugin (app/plugins/blog/
controllers/blog_controller.php)
I'm trying to use the Auth component with this plugin. However, when a
user is not logged in, the component redirects me to the following
address:
"http://example.com/blog/users/login"; instead of "http://example.com/
users/login"

How could I solve this?



Thanks,
Bart

--~--~---------~--~----~------------~-------~--~----~
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 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to