Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Buddypress not working when WP files are running in a subdirectory


sacstephen
Participant

@sacstephen

I have permalinks set to custom structure with a value of “/%category%/%postname%/”

my .htaccess file on the root directory reads as follows:

<IfModule mod_rewrite.c>

RewriteEngine On

RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule . /index.php [L]

</IfModule>

# BEGIN WordPress

<IfModule mod_rewrite.c>

RewriteEngine On

RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule . /index.php [L]

</IfModule>

# END WordPress

Skip to toolbar