Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: BuddyPress pages not working –> http://xxx.xxx.xx.xxx/members/admin/profile/public/, etc.

Andrea_r: Thanks. So I commented out the current AllowOverride None directive and added AllowOverride FileInfo Options, like this:

`# First, we configure the “default” to be a very restrictive set of
# features.
#

Options FollowSymLinks
#AllowOverride None
AllowOverride FileInfo Options
`

Then I restarted httpd. Now I get 500 internal server error. Is there another place I should be putting AllowOverride FileInfo Options instead?

Skip to toolbar