I'd like to restrict PWB to only one website (http://www.capstonepress.com/PebbleGo/). I understand that I need to make that my home page but what other changes must I make to PWB.INI so that other websites are inaccessible?
(I'm using PWB v2.10.)
Thanks!
Restrict PWB to only one website
Moderators: Tyler, Scott, PWB v2 Moderator
PWB makes that very easy. Follow the directions in the manual and edit (or copy and edit) the URL.txt file. Probably something simple like
+www.allowedsite.com
-all
(You may need to add additional +'s if the page has elements from other sites.)
Then make sure the ini you made checks this url.txt (or whatever you named it)
[Files]
...
CheckURLFile=URL.txt (or whatever you named it)
...
[Security]
...
CheckURLAccess=True
.....
ShowAccessDialog=True (if you want it to show a denied message)
PWB is a great program with lots of nice features like custom denied message. Its worth the time skim though the manual to get an idea of what its capable of.
+www.allowedsite.com
-all
(You may need to add additional +'s if the page has elements from other sites.)
Then make sure the ini you made checks this url.txt (or whatever you named it)
[Files]
...
CheckURLFile=URL.txt (or whatever you named it)
...
[Security]
...
CheckURLAccess=True
.....
ShowAccessDialog=True (if you want it to show a denied message)
PWB is a great program with lots of nice features like custom denied message. Its worth the time skim though the manual to get an idea of what its capable of.
I just came across this while searching something else. Basically says the same thing, but its written by Scott
http://www.teamsoftwaresolutions.com/ph ... .php?t=598
http://www.teamsoftwaresolutions.com/ph ... .php?t=598