Page 1 of 1

Policy File

Posted: Tue Apr 01, 2014 8:55 am
by jwurian
I am running PWB v3 in Windows 7. OpenDNS reports that the Policy.html file will not load. ShowPolicyDialog is set to true. I also tried Policy.txt with the same result. What am I doing wrong?

Re: Policy File

Posted: Tue Apr 01, 2014 11:32 am
by Scott
What do you have for the following setting in your INI file?

[Files]
PolicyFile=

--Scott

Re: Policy File

Posted: Tue Apr 01, 2014 11:42 am
by jwurian
Policy.html

Re: Policy File

Posted: Tue Apr 01, 2014 11:57 am
by Scott
Then PWB is using the local file. Ensure there is a file called "policy.html" in the PWB folder.

If you still get the error, set the full path in the INI file.

For example:

[Files]
PolicyFile=C:\PWB\policy.html

--Scott

Re: Policy File

Posted: Wed Apr 02, 2014 5:52 am
by jwurian
The full path works. Thanks.