Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: buddypress after installation not active in frontend


bloew11
Participant

@bloew11

i uploaded a blank, becaus if no .htaccess file exists, i get the error “permission denied”. now i checked the .htaccessfile and i only have this inside:

# BEGIN WordPress

RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# END WordPress

is that correct?

thanks
beat

Skip to toolbar