boshka
Forum Replies Created
-
Forum: Plugins
In reply to: [BuddyPress Docs] “File not found” after site moving to vds serverHi
all attached files, groups private or public, become unavailable. I checked those files folders in /public_html/wp-content/uploads/bp-attachments/some of them have .htaccess file, and some of them dont have it, anyway same result – “file not found”
.htaccess files have almost same code:
# BEGIN BuddyPress Docs
# The directives (lines) between “BEGIN BuddyPress Docs” and “END BuddyPress Docs” are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
RewriteEngine On
RewriteBase /docs/%d0%bf%d0%be%d0%bb%d0%be%d0%b6%d0%b5%d0%bd%d0%b8%d0%b5-%d0%be-%d0%ba%d0%be%d0%be%d0%bf%d0%b5%d1%80%d0%b0%d1%82%d0%b8%d0%b2%d0%bd%d0%be%d0%b9-%d1%82%d0%b0%d0%b9%d0%bd%d0%b5/
RewriteRule (.+) ?bp-attachment=$1 [R=302,NC]
# END BuddyPress Docs
or
# BEGIN BuddyPress Docs
# The directives (lines) between “BEGIN BuddyPress Docs” and “END BuddyPress Docs” are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
RewriteEngine On
RewriteBase /docs/
RewriteRule (.+) ?bp-attachment=$1 [R=302,NC]
# END BuddyPress Docs`