On Jan 24, 6:41 pm, CodeKing <[EMAIL PROTECTED]> wrote:
> What I would do would be rework the routing so all requests go to a
> controller no matter what path, and have the path be passed to an
> argument for the action function.  Then in the view have it use
> include to get a page from the existing site.  Something like this:

Great idea! I can just have my .htaccess file route to cake and pass
the URL then once authentication is confirmed just include the
original path. This way, the website can be anywhere on the server.

> Why don't you use normal PHP authentication system?  I'm sure there
> are plenty.

The only reason I want to use my cake authentication system is that
I'm already familiar with it and it should be very easy to setup and
get running. Also, I know that cake handles security issues well with
it's sanitize function and I'd have to do some research with other
systmes. Thanks for the tip.

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