Please help me: big problem since upgrade
- 
		Hi all, this question it is (maybe) not buddypress related, but really i hope someone could help me becouse it’s really really important. Yesterday i updated my website ( http://wikiroma.it )with MU 2.7 and the latest trunk of BuddyPress, in order to try the Facebook Connect. But since the upgrade i have a big problem: my website’s homepage is the home.php in the root, and then i have link to index.php ( http://wikiroma.it/index.php )to go to the community area (buddypress). Since yesterday, that index.php redirects to the home.php and i’ve no way to enter the buddypress homepage. I don’t know if this is a MU issue or a BuddyPress issue: i’m using the same theme of before, the only thing new is the facebook plugin. Maybe the new buddypress requires that i upgrade the home-theme too with the newest trunk? I’ve not modified the ht.access that is: RewriteEngine On RewriteBase / #ordine delle pagine DirectoryIndex home.php index.php #uploaded files RewriteRule ^(.*/)?files/$ index.php [L] RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [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> </Files> </IfModule 
- The topic ‘Please help me: big problem since upgrade’ is closed to new replies.