@indra1007
Active 7 years, 8 months ago
-
Slava Abakumov replied to the topic Cannot Sign up in the forum Installing BuddyPress 7 years, 8 months ago
Have you read the article that was linked by @danbp?
Do you have.htaccess
file in the same diretory where you installed WordPress?
If not, create it with this content:# BEGIN WordPress
[Read more]
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond…