<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
>From <a class="moz-txt-link-freetext" href="http://www.pmwiki.org/wiki/PmWiki/UrlApprovals">http://www.pmwiki.org/wiki/PmWiki/UrlApprovals</a><br>
<p>You will then approve URLs while adding them to a "white list"
defined in the variable $WhiteUrlPatterns which is set in the
local/config.php file. <br>
To add multiples URLs, use the separator | . By example: </p>
<pre> $WhiteUrlPatterns =
   <a class="moz-txt-link-rfc2396E" href="http://example.com/|http://example.net/|http://example.org/">"http://example.com/|http://example.net/|http://example.org/"</a>;
</pre>
<p>This white list is also completed by loading the content of the <em>Main.ApprovedUrls</em>
page. </p>
Question: <br>
If I add <a class="moz-txt-link-rfc2396E" href="http://.nz|http://.au">"http://.nz|http://.au"</a> will that allow any links from either
of those two countries?<br>
<br>
tia<br>
<br>
Simon<br>
<br>
</body>
</html>