1

Topic: Administration page not accessible ; htaccess accused

Hello,I switched to version 1.2 to version 1.4, which by the way is really nice;)but I have a strange problem:I'm having trouble to access the administration pages messag posted here:

This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required [...]

After some research I found that there is a trouble with my. htaccess and when I take it off I go carefree administration pages.

Thing to know, my. Htaccess worked without problems with the 1.2 version of punbb.

hre is my .htaccess :

my forum is here mysite.net/domain/forum
and the access : forum.mysite.net

# php 5
#AddHandler php-fastcgi5 .php

RewriteEngine on

RewriteCond %{REQUEST_URI} !^/domain
#RewriteCond %{HTTP_HOST} ^([^.]*)\.?[^.]+\.[^.]+$ [NC]
RewriteCond %{HTTP_HOST} ^(.*)\.mysite\.net+$ [NC]
RewriteCond %1 !^www$ [NC]
RewriteRule ^(.*)$ /domain/%1/$1

RewriteRule captcha.jpg /include/captcha/capTcha.php