wrong with cannot load file
-
i have the same problem whis BuddyPress
I’ve got BuddyPress setup
the home page it`s good
but error in
no have any style
this problem with all BuddyPress themes
only home page work good
you can help me
this htaccess
have any wrong
RewriteEngine On
RewriteBase /
AddHandler application/x-httpd-php5 .php
#uploaded files
RewriteRule ^(.*/)?files/$ index.php [L]
RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]
RewriteRule ^(.*/)?avatar/(.*) wp-content/avatar.php?file=$2 [L]
RewriteRule ^(.*/)?sitemap.xml wp-content/sitemap.php [L]
# add a trailing slash to /wp-admin
RewriteCond %{REQUEST_URI} ^.*/wp-admin$
RewriteRule ^(.+)$ $1/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule . – [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]
<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>
Or maybe is wrong with cannot load file
http://bigfunblog.com/wp-content/bp-themes/bpmember/css/loader.php
- The topic ‘wrong with cannot load file’ is closed to new replies.