> I'm having some issues with a shared host and fw/1 that I was wondering if 
> anyone has ever seen/heard of. Basically everything works great until
> I try to redirect to a shared SSL url. It seems that the shared SSL is a 
> virtual folder that is pointed at the root of my 'user' folder on the shared
> server. The issue I'm seeing here is that the when I try to redirect to this 
> virtual path - fw/1 has problems finding the relative path to the cfc. CF
> omits the user from the path. So for example if I had my files at:
> D:\clients\myUserName\wwwroot\....
>
> it tries to build the cfc at:
>
> D:\clients\wwwroot\....
>
> Which as you can guess blows up.  I can't imagine I'm the first person to run 
> into this, but I haven't been able to find too much about it. Any help
> would be greatly appreciated. Thanks!

If you're redirecting to a URL, this really has nothing to do with CF
configuration. It's a matter of web server configuration. You need to
have a virtual directory that points to the directory containing your
CFC.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:348925
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to