Forum Replies Created
-
Had the same problem on a fresh BP 1.2.8 install on a fresh WP 3.1. Changed theme to bp default, changed permalink settings, made sure .htaccess contained rewrite rules as generated by BP. mod_rewrite was definitely activated. However, the .htaccess in the BP root (a subdirectory under a local domain) was not evaluated at all. Ubuntu 10.04 server edition, everything installed via packet management except for WP/BP which were simply unzipped from the download archives.
This entry in httpd.conf helped:
~~
`
Options FollowSymLinks
AllowOverride FileInfo Options
Allow from all
`
~~After that all the links on tabs, registration etc. worked fine.
Had the same problem on a fresh BP 1.2.8 install on a fresh WP 3.1. Changed theme to bp default, changed permalink settings, made sure .htaccess contained rewrite rules as generated by BP. mod_rewrite was definitely activated. However, the .htaccess in the BP root (a subdirectory under a local domain) was not evaluated at all. Ubuntu 10.04 server edition, everything installed via packet management except for WP/BP which were simply unzipped from the download archives.
This entry in httpd.conf helped:
~~
`
Options FollowSymLinks
AllowOverride FileInfo Options
Allow from all
`
~~Change the root dir of bp accordingly. After that all the links on tabs, registration etc. worked fine.
Had the same problem on a fresh BP 1.2.8 install on a fresh WP 3.1. Changed theme to bp default, changed permalink settings, made sure .htaccess contained rewrite rules as generated by BP. mod_rewrite was definitely activated. However, the .htaccess in the BP root (a subdirectory under a local domain) was not evaluated at all. Ubuntu 10.04 server edition, everything installed via packet management except for WP/BP which were simply unzipped from the download archives.
This entry in httpd.conf helped:
~~
`
Options FollowSymLinks
AllowOverride FileInfo Options
Allow from all
`
~~Change the root dir of bp accordingly. After that all the links on tabs, registration etc. worked fine.