<div>Hi Andrew,</div><div><br></div><div>the file is there, and the permissions seem to be ok too:</div><div><br>guiscafred:~ mquixal$ ls -l /Library/WebServer/Documents/spintx-web/adm/ </div><div>total 16</div><div>-rw-rw-r--  1 spintxweb  cqpweb  51 Jun 11  2009 index.php</div>

<div>-rw-rw-r--  1 spintxweb  cqpweb   9 Jun 11  2009 settings.inc.php</div><div><br></div><div>guiscafred:~ mquixal$ cat /Library/WebServer/Documents/spintx-web/adm/.htaccess </div><div>AuthUserFile ../WebCorpora/AccessData/.htpasswd</div>

<div><span class="Apple-tab-span" style="white-space:pre">        </span>AuthGroupFile ../WebCorpora/AccessData/.htgroup</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>AuthName CQPweb</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>AuthType Basic</div>

<div><span class="Apple-tab-span" style="white-space:pre">        </span>deny from all</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>require group superusers</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>satisfy any</div>

<div><br></div><div>guiscafred:~ mquixal$ ls -l /Library/WebServer/Documents/spintx-web/adm/.htaccess </div><div>-rw-rw-r--  1 root  cqpweb  181 Oct  6 08:29 /Library/WebServer/Documents/spintx-web/adm/.htaccess</div><div>

<br></div><div>Any further suggestions?</div><div>Best</div><div>mq</div><div><br></div><br><div class="gmail_quote">On Wed, Oct 10, 2012 at 5:00 AM,  <span dir="ltr">&lt;<a href="mailto:cwb-request@sslmit.unibo.it" target="_blank">cwb-request@sslmit.unibo.it</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send CWB mailing list submissions to<br>
        <a href="mailto:cwb@sslmit.unibo.it">cwb@sslmit.unibo.it</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://devel.sslmit.unibo.it/mailman/listinfo/cwb" target="_blank">http://devel.sslmit.unibo.it/mailman/listinfo/cwb</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:cwb-request@sslmit.unibo.it">cwb-request@sslmit.unibo.it</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:cwb-owner@sslmit.unibo.it">cwb-owner@sslmit.unibo.it</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of CWB digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. Re: CQPweb (Hardie, Andrew)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Tue, 9 Oct 2012 15:07:53 +0000<br>
From: &quot;Hardie, Andrew&quot; &lt;<a href="mailto:a.hardie@lancaster.ac.uk">a.hardie@lancaster.ac.uk</a>&gt;<br>
To: Open source development of the Corpus WorkBench<br>
        &lt;<a href="mailto:cwb@sslmit.unibo.it">cwb@sslmit.unibo.it</a>&gt;<br>
Subject: Re: [CWB] CQPweb<br>
Message-ID:<br>
        &lt;28078EC3FBF1B940A3EF3D0D19BE351D0D2D4C@EX-0-MB1.lancs.local&gt;<br>
Content-Type: text/plain; charset=&quot;utf-8&quot;<br>
<br>
Does the hidden file adm/.htaccess exist?<br>
<br>
If so, what does it contain?<br>
<br>
If not, create it with the following contents:<br>
<br>
AuthUserFile /path/to/your/.htpasswd<br>
AuthGroupFile /path/to/your/.htgroup<br>
AuthName CQPweb<br>
AuthType Basic<br>
deny from all<br>
require group superusers<br>
satisfy any<br>
<br>
and see if that fixes it. (That file is normally created by the auto config script, but if something went wrong as that script was running, it may not have been created).<br>
<br>
best<br>
<br>
Andrew.<br>
<br>
From: <a href="mailto:cwb-bounces@sslmit.unibo.it">cwb-bounces@sslmit.unibo.it</a>&lt;mailto:<a href="mailto:cwb-bounces@sslmit.unibo.it">cwb-bounces@sslmit.unibo.it</a>&gt; [mailto:<a href="mailto:cwb-bounces@sslmit.unibo.it">cwb-bounces@sslmit.unibo.it</a>] On Behalf Of Mart? Quixal<br>


Sent: 09 October 2012 15:32<br>
To: <a href="mailto:cwb@sslmit.unibo.it">cwb@sslmit.unibo.it</a>&lt;mailto:<a href="mailto:cwb@sslmit.unibo.it">cwb@sslmit.unibo.it</a>&gt;<br>
Subject: Re: [CWB] CQPweb<br>
<br>
Hi Andrew,<br>
<br>
I checked that to, and it seems everything is ok there too:<br>
<br>
<br>
/* adminstrators&#39; usernames, separated by | */<br>
/*$superuser_username = &#39;spintexweb|spintxweb&#39;;*/<br>
$superuser_username = &#39;spintexweb&#39;;<br>
<br>
The second line is because at some point I tried to use to the other user.<br>
<br>
What shall I try no?<br>
<br>
a) reinstall CQPWeb from scratch?<br>
b) try to debug php code?<br>
<br>
Other alternatives?<br>
<br>
Thanks in advance!<br>
Mart?<br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: &lt;<a href="http://devel.sslmit.unibo.it/pipermail/cwb/attachments/20121009/0cff2e9c/attachment-0001.html" target="_blank">http://devel.sslmit.unibo.it/pipermail/cwb/attachments/20121009/0cff2e9c/attachment-0001.html</a>&gt;<br>


<br>
------------------------------<br>
<br>
_______________________________________________<br>
CWB mailing list<br>
<a href="mailto:CWB@sslmit.unibo.it">CWB@sslmit.unibo.it</a><br>
<a href="http://devel.sslmit.unibo.it/mailman/listinfo/cwb" target="_blank">http://devel.sslmit.unibo.it/mailman/listinfo/cwb</a><br>
<br>
<br>
End of CWB Digest, Vol 70, Issue 12<br>
***********************************<br>
</blockquote></div><br><br clear="all"><div><br></div>