Admin bar links wont work after directory change (possible .htacess error)
-
Hi guys, thanks in advance for any help. Hoping its somthing obvious.
I’ve installed BP on my site recently. I can’t remember if it was before or after that, but in the past few days I changed the site directory from http://www.citizengame.co.uk/wp to the root (so http://www.citizengame.co.uk).
All my own links work fine (with the exception of screenshots which I guess I’ll have to re-link myself). But whenver I use the admin bar in Buddypress, they don’t work. The link brings me to http://www.citizengame.co.uk/members/danny/profile/public/ and a Page Not Found error. However if I put the /wp into that address (making it http://www.citizengame.co.uk/wp/members/danny/profile/public/) then the link works fine. PROFILE, MESSAGES and FRIENDS don’t work, but any non-profile links (such as GROUPS and ACTIVITY) work just fine and use the correct links (without the /wp)
I’ve checked the plugin files and the database for any residual “/wp” references, but nothing is there that would explain why ONLY the profile buddypress admin links aren’t pickung up on the new permalinks. I’ve tried
The curveball in this is that I don’t have a htaccess.dist file on the server (deleted by accident – i know, really dumb).
If its worth anything my .htacess file reads as follows (seems a bit light, right? no BP references):# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]# END WordPress
- The topic ‘Admin bar links wont work after directory change (possible .htacess error)’ is closed to new replies.