The situation is that auto-route won't work with my server setup because the public_html directory is a symbolic link.
ie:
home is: /user/home/me/
Within home is a link public_html that points to: /usr/www/me/
I need this structure to keep all inc files out of the web root, but can only put them in my home (I don't control the server setup). Is there any way to get auto-route to follow the public_html link? The error message uses the correct full path, including sym link, when telling me the directory it can't access.
The error I'm getting is:
Quote
The attempt failed because the server was unable to process it
Error uploading: myImg.png
From: /Users/Shared/me/www/public_html/images/ui
To: /user/home/me/public_html/images/ui
Error uploading: myImg.png
From: /Users/Shared/me/www/public_html/images/ui
To: /user/home/me/public_html/images/ui
Dual browse works fine with this setup, as an example... so I'm not sure why auto-route won't.








Logged

