Has anybody figured out how to make the PaginationHelper output a link
that has a '#anchor_name' at the end of it.
For example, by default you get something like:
http://www.example.com/controller/action/page:3
What I'm looking for is:
http://www.example.com/controller/action/page:3#anchor_name
I have the Auth component working correctly on my development site
(localhost).
I have a problem when I try to use it on my production server. If I
try to access /users/login, I am sent to a 404 page (my web hosts, not
a CakePHP page).
I have a very simple Auth configuration; I'm using all defau