Skip to:
Content
Pages
Categories
Search
Top
Bottom

Mod_Rewrite 404 Error Issue w/ Apache


  • buddhatunes
    Participant

    @buddhatunes

    I have a fresh install of wordpress with no plugins other than akismet and buddypress. Pretty permalinks work. I am running apache 2 on an amazon linux server. All buddypress pages return 404 errors.

    My understanding is this is a mod_rewrite issue. Have researched for hours, but still coming up short. Most recently tried placing code below in an .htaccess file in wordpress root, then restarted apache, but still receiving same 404 errors; website is http://buddha.fm:

    # BEGIN WordPress

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

    # END WordPress

Viewing 3 replies - 1 through 3 (of 3 total)
  • If pretty permalinks are working then it’s not an issue with mod_rewrite.

    Have you definitely set up BP correctly, created the necessary WP pages for the main BP components activity, groups etc and linkedĀ  them in BP setup.


    buddhatunes
    Participant

    @buddhatunes

    The Directories look light, this is all the wizard asked to set pages up for:

    Activity Stream
    User Groups
    Members

    Registration
    – Register
    – Activate


    buddhatunes
    Participant

    @buddhatunes

    The requested URL /members/username/profile/edit/ was not found on this server.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mod_Rewrite 404 Error Issue w/ Apache’ is closed to new replies.
Skip to toolbar