Skip to:
Content
Pages
Categories
Search
Top
Bottom

404 errors?

  • Ok, I’ve searched the forums, I’ve read everyone else’s fixes ant tried them all… I can’t fix this problem.

    All of the buttons along the top right of the default theme (Activity,members,groups forums etc) all result in 404 errors.
    I’m using an Ubuntu 10.10 linux server with apache.
    `phpinfo` says the mod_rewrite is loaded and working.

    Here is my .htaccess file:
    `# BEGIN WordPress

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

    # END WordPress
    `
    What am I missing? I’ve loaded the BP plugin manually and automatically with the same result, I’ve dumped my databas and reloaded everything from scratch… no luck?

    If you need more info please ask, I’m not a linux newb so I know my way around
    Please any one help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Ok and because I can’t seem to edit my post … I’ve also added this to my apache2.conf…my install is at the root of my web server…

    `
    Options FollowSymLinks
    AllowOverride All
    Allow from all

    `

    Bump…
    Please… anyone?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘404 errors?’ is closed to new replies.
Skip to toolbar