> I have examined the logs of two websites on the same hosting and there
> is nothing relating to users. The only site references are benign:
> exclog: site37: domain absolute-escapes.com
What log are you looking at.
>
> I'm about to roll up my sleeves and dive into the auth component.
Sounds a bit pointless
http://www.absolute-escapes.com/users/login doesn't look like you even
invoke php. If you want to debug it put echo "here"; die; on line one
of your webroot/index.php file and go to /users/login. If you see
"here" by all means debug (from index.php onwards don't assume it has
anything to do with the auth component), if you don't you have an
apache alias or some other factor intercepting the request.
hth,
AD
Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions.
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+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
No comments:
Post a Comment