url.txt problem

For general issues related to PWB v2.

Moderators: Tyler, Scott, PWB v2 Moderator

Post Reply
Guest

url.txt problem

Post by Guest »

I have one machine that is going to be dedicated to one website only and I am trying to configure the url.txt for this purpose. Here is what I have in the file currently:

;Sample URL file
;
;Comments are started with ";"
;
;Notice this file can be formatted for easier reading

;"+all" adds all URL address, "-all" subtracts all URLs

-all
+external.wlu.classical.com
+JavaScript
+About:Blank
-C:\


The problem is that when you click on a link for within that site I get the warning popup box and this happens even when I hit the home button. Getting there is no problem as it is the configured default home page in the ini file. Any help is appreciated.

Thanks,

Rene

amutch
Benefactor
Benefactor
Posts: 113
Joined: Fri Jan 10, 2003 7:39 am

Post by amutch »

Don't use -all. Just use the following:

+external.wlu.classical.com
+JavaScript
+About:Blank
-C:\ \

[note: you need a double backslash on C:\]

Guest

Post by Guest »

:oops: Typo in the file path..... Thanks for the response.

Post Reply