404 after a reinstall
-
This is regarding kindiefest.com.
We had a working BuddyPress installation and then the hosting account got hacked. After some wrangling, we were able to get the domain back and had a pretty recent backup. We now have WordPress back up and running, BuddyPress is installed, and all of the users are there, but all of the BuddyPress links went to a 404. I mucked around a bit in the .htaccess file as suggested here:
http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/404-on-every-link/
and now get a 500 error instead. The .htaccess file right now is:
# BEGIN WordPress
RewriteBase /wordpressRewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]# END WordPress
I’d sure appreciate any hints. Thanks!
- The topic ‘404 after a reinstall’ is closed to new replies.