The project is working fine locally . But when i deploy it to
production server, its not working.

I have deployed the appliation to a subdomain 'myapplication' under
www.abdc.com.

local path = www.localhost/login/user.castle
production server www.abdc.com/myapplicaiton/login/user.castle

The issue is with url redirect.

when i redirect to redirect(login/user.castle);
it goes to
www.abdc.com/login/user.castle
insted of
www.abdc.com/myapplicaiton/login/user.castle

how can i achieve it? I want the subdomain get appended
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Castle Project Users" 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/castle-project-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to