Because I use clean URLs, I was previously unable to use the very nifty WebAdmin recipe -- <a href="http://www.pmwiki.org/wiki/Cookbook/WebAdmin">http://www.pmwiki.org/wiki/Cookbook/WebAdmin</a> -- but I&#39;ve finally revisited it and now see that in January, Bill Reveile (Thanks, Bill, if you&#39;re reading!) posted the solution, which is to disable clean URLs for a single page on which a [[{$Name}?action=webadmin | Web Admin]] link is placed.
<br><br>This works: <br>* I have a [[{$Name}?action=webadmin | Web Admin]] on a page Admin.WebAdmin, which requires the admin password for read-access,<br>* I have a local/Admin.WebAdmin.php file, on which I have just: <br>
&lt;?php<br>&nbsp;&nbsp;&nbsp; $EnablePathInfo = 0;<br><br>* In local/config.php, I have the WebAdmin recipe enabled with<br>&nbsp;&nbsp;&nbsp; include_once(&quot;$FarmD/cookbook/webadmin.php&quot;);<br><br><br>My question:<br>To eliminate the need for the extra 
Admin.WebAdmin.php file, how would I write something that I could put directly into local/config.php that would say:<br><br>If group.page = Admin.WebAdmin Then $EnablePathInfo = 0;<br><br>?<br><br>Thanks!<br><br>Tegan<br>