Sunday, October 31, 2010

Re: repeated URL

On Sun, Oct 31, 2010 at 8:23 AM, matsakaw <igebaste2@gmail.com> wrote:
> example: say my site is http://abc.domain.com/app
> it has a user's login method in users controller. but when a user logs
> in to the site, the URL becomes http://abc.domain.com/app/http:/abc.domain.com
> producing a Not Found Error : The requested address 'http:/
> abc.domain.com' was not found on this server.
> Nevertheless, all the menus i have can be subsequently called, only
> the initial page after login produces that error.
>
> any ideas how to avoid this?  what term should i google to understand
> what is causing the repeated URL?
>
> i am using cake 1.2. it is web hosted using ISPConfig.

You'll need to provide more info. What does your Auth config look
like? What does your login have in it? Are you using mod_rewrite? Have
you checked what headers the server is returning?

Also, why do you have app in the URL in the first place? Why not set
app to be the webserver's root?

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: