1
Bug reports / Re: ~logon folder redirection problem
« on: July 12, 2009, 11:54:38 PM »
Thanks for the advice it put me in the right direction.
Turns out it was a sytax issue. I was using:
\folder name\
instead just use
folder name\
Also putting in http://%host/ just resulted in the following
http://domainname.com/http://%host/
that doest work eather.
In summary the fix was just to take out the first \
Any thoughts though on how to save users?
Turns out it was a sytax issue. I was using:
\folder name\
instead just use
folder name\
Also putting in http://%host/ just resulted in the following
http://domainname.com/http://%host/
that doest work eather.
In summary the fix was just to take out the first \
Any thoughts though on how to save users?