404 Errors for BP1.2 theme with alternative file structure
-
I’m getting a 404 error on what is supposed to be my homepage under BP, but I don’t get that error using Hybrid as a theme. Hybrid correctly points to localhost/wp where buddypress points to localhost/wp/core where the 404 is popping up.
I have WP 2.9.1 installed at localhost/wp. I’ve moved things around a bit so the wp folder contains:
- wp-config.php
- .htaccess
- /core
- /wp-content
/core contains a svn:externals of WP 2.9.1. I use .htaccess to redirect requests to my separate wp-content where I’ve put BP and all my themes and plugins. Got the idea from http://codex.wordpress.org/Installing_WordPress_With_Clean_Subversion_Repositories.
This setup help me keep things managed with SVN, but many plugins don’t work outofthebox with this setup.
What can I do?
- The topic ‘404 Errors for BP1.2 theme with alternative file structure’ is closed to new replies.