Trying this nowHave you tried the Analyse permissions tool? It’s a great way to find out where your permissions are going wrong.
I am a bit confused as you say message, whereas the notice refers to a Resource.
OK I'll get on that now. ThanksIt's nothing to do with XenForo or permissions, it's a server misconfiguration. Just going to index.php throws a 404, and no index.php throws a 403. You'll need to ask your host about it.
Surely you just need to redirect wwwWell not fix, patched as most members wont have the address with the WWW in it.
I'll try a support ticket
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTP_HOST} ^domain\.com [NC]
RewriteRule ^(.*)$ http://www.domain.com/$1 [L,R=301]
</IfModule>
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www\.domain\.com [NC]
RewriteRule ^(.*)$ http://domain.com/$1 [L,R=301]
</IfModule>
We use essential cookies to make this site work, and optional cookies to enhance your experience.