Development and server have different routes

hi

for my application on the web server,
the path is: iCloud

but on my development machine (instant rails/vista),
the route is: iCloud ((( no /rails ))))

it is only a problem, when calling
a controller from the public folder.
because the paths are different.

is there any thing i can do my development
machine to make it work just like
the web server?

thanks…