URL Problem

Hello everyone,
I have a fun little problem that I can not figure out. My app is
adding the public folder to the url path. When I go to
http://www.timefreedomnow.net/profile/smcgilvray the app comes up
fine. When you submit the form it tries to submit it to
http://www.timefreedomnow.net/gcp/step2 instead of
http://www.timefreedomnow.net/step2.
This is happening on almost all requests after the initial url
request. The /gcp folder is the folder under /public_html that
is .htaccess redirecting to my /usr/greatcar/gcp directory. Any help
please?

Thank you,

Sean McGilvray

I figured it out. It does this when I switch back to rails 2.1.2.
When I set it to 2.2.2 it does not do this. Does anyone know how to
fix this within 2.1.2 because I am using ar_mailer to queue mail and
ar_mailer will not work with 2.2.2.

Thank you,

Sean McGilvray