allowoverride problems
-
Hello,
I moved my website to Siteground. All is okay exept this error message:
Your BuddyPress Docs attachments directory is publicly accessible. Doc attachments will not be properly protected from direct viewing, even if the parent Docs are non-public.
It looks like you are running Apache. The most likely cause of your problem is that the AllowOverride directive has been disabled, either globally (httpd.conf) or in a VirtualHost definition. Contact your host for assistance.
See this wiki page for more information.
So I went to the wiki and that tells me:
Doc Attachments inherit the privacy levels of the Docs that they are attached to. This works by redirecting the normal WordPress attachment links to a special script that checks for a user’s capability before delivering the file.
BuddyPress Docs attempts to take additional steps to ensure that your Docs cannot be accessed directly by those who might guess the URLs. Depending on your server setup, you may have to take some additional manual steps to ensure 100% attachment privacy.
Apache
On Apache installations, BuddyPress Docs attempts to protect attachments on a doc-by-doc basis. This means that attachments to private Docs will be served through BuddyPress – ensuring proper authorization – while attachments to public Docs will be served directly by Apache – ensuring the lowest possible overhead.In order for BuddyPress Docs to protect attachments in this way, AllowOverride must allow for subdirectory-specific rewrites. The vast majority of WP installations will have this setting enabled by default. Contact your host for details. For more information, see Apache’s documentation for AllowOverride.
But to be honest, i dont have a clue what to do ?
So i have asked my hoster, but they say then cannot give me an advice about htaccess rules. And said i have to ask the buddypress docs people.
Can someone please explain to me what Rule i have to use?
On siteground they say this about allowoverride :
The AllowOverride directive in the Apache’s configuration has been set to ‘All’ on all servers.
Any help is really appreciated.
Warm regards
Jap
- The topic ‘allowoverride problems’ is closed to new replies.