Skip to:
Content
Pages
Categories
Search
Top
Bottom

Problems: BP in base dir of a VirtualHost: Login not working, can’t delete users, etc

Viewing 2 replies - 1 through 2 (of 2 total)
  • typo-correction: (If I install ***BP**** in a subdir of a VirtualHost (eg, myvhost.com/bp_subdir), these particular problems don’t surface):

    I couldn’t find the option to edit my post. The ‘edit topic’ button led a screen with just the title (non editable).

    .htaccess file:

    -rw-r–r– 1 apache jhidev 236 Sep 5 00:28 .htaccess

    (As you can see, it is owned by apache, as are all files in this wordpress installation).

    # BEGIN WordPress

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

    # END WordPress

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problems: BP in base dir of a VirtualHost: Login not working, can’t delete users, etc’ is closed to new replies.
Skip to toolbar